PHP 클래스 Frisbee\Controller\AbstractController

상속: extends Frisbee\Exception\Flingable, implements ControllerInterface
파일 보기 프로젝트 열기: enrise/frisbee

보호된 프로퍼티들

프로퍼티 타입 설명
$method string

공개 메소드들

메소드 설명
__construct ( Frisbee\Bootstrap\BootstrapInterface $bootstrap, $defaultMethod = 'index' )
next ( )
run ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Frisbee\Bootstrap\BootstrapInterface $bootstrap, $defaultMethod = 'index' )
$bootstrap Frisbee\Bootstrap\BootstrapInterface

next() 공개 메소드

public next ( )

run() 공개 메소드

public run ( )

프로퍼티 상세

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

protected string $method
리턴 string