PHP Class App\Source\RouteSystem\AdminRouteCollection

Inheritance: implements App\Source\RouteSystem\Interfaces\IRouteCollection
Show file Open project: andrey900/slimcms Class Usage Examples

Protected Properties

Property Type Description
$_self
$collection

Public Methods

Method Description
add ( App\Source\RouteSystem\Interfaces\IRouteResource $resource )
flush ( )
getAll ( )
instance ( )
pop ( )
register ( Slim\App $app )
sort ( $callable )

Protected Methods

Method Description
__construct ( )

Method Details

__construct() protected method

protected __construct ( )

add() public static method

public static add ( App\Source\RouteSystem\Interfaces\IRouteResource $resource )
$resource App\Source\RouteSystem\Interfaces\IRouteResource

flush() public static method

public static flush ( )

getAll() public static method

public static getAll ( )

instance() public static method

public static instance ( )

pop() public static method

public static pop ( )

register() public static method

public static register ( Slim\App $app )
$app Slim\App

sort() public static method

public static sort ( $callable )

Property Details

$_self protected static property

protected static $_self

$collection protected static property

protected static $collection