PHP 클래스 App\Source\RouteSystem\PageRouteCollection

상속: implements App\Source\RouteSystem\Interfaces\IRouteCollection
파일 보기 프로젝트 열기: andrey900/slimcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_self
$collection

공개 메소드들

메소드 설명
add ( App\Source\RouteSystem\Interfaces\IRouteResource $resource )
flush ( )
getAll ( )
instance ( )
pop ( )
register ( Slim\App $app )
sort ( $callable )

보호된 메소드들

메소드 설명
__construct ( )

메소드 상세

__construct() 보호된 메소드

protected __construct ( )

add() 공개 정적인 메소드

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

flush() 공개 정적인 메소드

public static flush ( )

getAll() 공개 정적인 메소드

public static getAll ( )

instance() 공개 정적인 메소드

public static instance ( )

pop() 공개 정적인 메소드

public static pop ( )

register() 공개 정적인 메소드

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

sort() 공개 정적인 메소드

public static sort ( $callable )

프로퍼티 상세

$_self 보호되어 있는 정적으로 프로퍼티

protected static $_self

$collection 보호되어 있는 정적으로 프로퍼티

protected static $collection