This is a true base controller. It does nothing but base things.
This is the code documentation for the SproutCMS project
Search documentation |
class BaseControllerThis is a true base controller. It does nothing but base things.
Functions
public __callvoid $BaseController->__call ( string $method , array $args ); Handles methods that do not exist. public __constructvoid $BaseController->__construct ( ); This function does not have a description public _runvoid $BaseController->_run ( mixed $method , mixed $args ); The router/kohana will invoke this method to invoke an action. If you please, you may wrap this method to create before/after hooks. public getCssClassNamestring $BaseController->getCssClassName ( ); Return the class name for this controller, expressed in CSS style, i.e. with dashes Example: When called from BlogPostController --> 'blog-post-controller' public getModulePathstring $BaseController->getModulePath ( ); Gets the relative path to the module the controller lives in, or sprout itself |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|