Skip to content

Instantly share code, notes, and snippets.

@tunght13488
Created March 20, 2012 18:45
Show Gist options
  • Save tunght13488/2139608 to your computer and use it in GitHub Desktop.
Save tunght13488/2139608 to your computer and use it in GitHub Desktop.
PHP: Class Header
/**
* Short description for class
*
* Long description for class (if any)...
*
* @category CategoryName
* @package PackageName
* @author Original Author <author@example.com>
* @author Another Author <another@example.com>
* @copyright 1997-2005 The PHP Group
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version Release: @package_version@
* @link http://pear.php.net/package/PackageName
* @see NetOther, Net_Sample::Net_Sample()
* @since Class available since Release 1.2.0
* @deprecated Class deprecated in Release 2.0.0
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment