Created
June 3, 2014 14:47
-
-
Save nfourtythree/7b8f529352e9893b571a to your computer and use it in GitHub Desktop.
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
// 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