SproutCMS

This is the code documentation for the SproutCMS project

function _run()

The router/kohana will invoke this method to invoke an action.

If you please, you may wrap this method to create before/after hooks.

Usage

void $BaseController->_run ( mixed $method , mixed $args );

Arguments

  1. mixed $method
  2. mixed $args

Return value

  • void