Skip to content

Instantly share code, notes, and snippets.

@Geraint
Created September 3, 2013 13:14
Show Gist options
  • Save Geraint/6423740 to your computer and use it in GitHub Desktop.
Save Geraint/6423740 to your computer and use it in GitHub Desktop.
Eclipse Template - PHP Class
/**
* 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