Created
September 3, 2013 13:14
-
-
Save Geraint/6423740 to your computer and use it in GitHub Desktop.
Eclipse Template - PHP Class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Holds definition of ${class_name} | |
* @package ${package_name} | |
*/ | |
/** | |
* ${class_description} | |
* @package ${package_name} | |
*/ | |
class ${class_name} | |
{ | |
${cursor} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment