PHP 클래스 lithium\test\Controller

상속: extends lithium\core\Object
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_context array Saved context.

공개 메소드들

메소드 설명
__invoke ( Request $request, array $dispatchParams, array $options = [] ) : string Magic method to make Controller callable.

보호된 메소드들

메소드 설명
_restoreCtrlContext ( )
_saveCtrlContext ( )

메소드 상세

__invoke() 공개 메소드

Magic method to make Controller callable.
또한 보기: lithium\action\Dispatcher::_callable()
public __invoke ( Request $request, array $dispatchParams, array $options = [] ) : string
$request lithium\action\Request
$dispatchParams array Array of params after being parsed by router.
$options array Some basic options for this controller.
리턴 string

_restoreCtrlContext() 보호된 메소드

protected _restoreCtrlContext ( )

_saveCtrlContext() 보호된 메소드

protected _saveCtrlContext ( )

프로퍼티 상세

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

Saved context.
protected array $_context
리턴 array