PHP Class App\Source\RouteSystem\PageResource

Inheritance: implements App\Source\RouteSystem\Interfaces\IRouteResource
Show file Open project: andrey900/slimcms

Protected Properties

Property Type Description
$controller
$groupName
$groupPath

Public Methods

Method Description
__construct ( $groupPath, $method = 'detail', $groupName = '' )
getInfo ( )
registerRoute ( Slim\App $app )

Method Details

__construct() public method

public __construct ( $groupPath, $method = 'detail', $groupName = '' )

getInfo() public method

public getInfo ( )

registerRoute() public method

public registerRoute ( Slim\App $app )
$app Slim\App

Property Details

$controller protected property

protected $controller

$groupName protected property

protected $groupName

$groupPath protected property

protected $groupPath