PHP Class Gear

Author: Беляев Дмитрий ([email protected])
Inheritance: extends Object
Show file Open project: panada/panada Class Usage Examples

Public Properties

Property Type Description
$uri

Public Methods

Method Description
__construct ( $errorReporting ) Preparation step before anything else.
__toString ( )
send ( $errorReporting = E_ALL )

Private Methods

Method Description
controllerHandler ( ) Hendle the controller calling process.
loader ( string $file ) Magic loader to load instantiated class.
moduleHandler ( ) Hendle the module calling process.
run ( object $instance, string $method, array $request ) Call the controller's method.
subControllerHandler ( ) Hendle the sub-controller calling process.

Method Details

__construct() public method

Preparation step before anything else.
public __construct ( $errorReporting )

__toString() public method

public __toString ( )

send() public static method

public static send ( $errorReporting = E_ALL )

Property Details

$uri public static property

public static $uri