Skip to content

Instantly share code, notes, and snippets.

@nfourtythree
Created June 3, 2014 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfourtythree/7b8f529352e9893b571a to your computer and use it in GitHub Desktop.
Save nfourtythree/7b8f529352e9893b571a to your computer and use it in GitHub Desktop.
// Base service in plugin
namespace Craft;
class Plugin_baseService extends BaseApplicationComponent
{
...
// Extended service in plugin
namespace Craft;
class Plugin_extendedService extends Plugin_baseService
{
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment