PHP 클래스 App\Source\RouteSystem\PageResource

상속: implements App\Source\RouteSystem\Interfaces\IRouteResource
파일 보기 프로젝트 열기: andrey900/slimcms

보호된 프로퍼티들

프로퍼티 타입 설명
$controller
$groupName
$groupPath

공개 메소드들

메소드 설명
__construct ( $groupPath, $method = 'detail', $groupName = '' )
getInfo ( )
registerRoute ( Slim\App $app )

메소드 상세

__construct() 공개 메소드

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

getInfo() 공개 메소드

public getInfo ( )

registerRoute() 공개 메소드

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

프로퍼티 상세

$controller 보호되어 있는 프로퍼티

protected $controller

$groupName 보호되어 있는 프로퍼티

protected $groupName

$groupPath 보호되어 있는 프로퍼티

protected $groupPath