PHP 클래스 yupe\components\actions\BaseIndexAction

상속: extends CActio\CAction
파일 보기 프로젝트 열기: yupe/yupe

공개 프로퍼티들

프로퍼티 타입 설명
$criteria criteria which applied to $dataProvider
$dataProviderClass class of dataProvider
$dataProviderConfig dataProvider config
$layout the name of the layout to be applied to the views. This will be assigned to {@link CController::layout} before the view is rendered. Defaults to null, meaning the controller's layout will be used. If false, no layout will be applied.
$modelClass Model class for action.
$view the name of the view to be rendered.

공개 메소드들

메소드 설명
onAfterRender ( CEvent $event ) Raised right after the action invokes the render method.
onBeforeRender ( CEvent $event ) Raised right before the action invokes the render method.
run ( )

메소드 상세

onAfterRender() 공개 메소드

Raised right after the action invokes the render method.
public onAfterRender ( CEvent $event )
$event CEvent event parameter

onBeforeRender() 공개 메소드

Event handlers can set the {@link CEvent::handled} property to be true to stop further view rendering.
public onBeforeRender ( CEvent $event )
$event CEvent event parameter

run() 공개 메소드

public run ( )

프로퍼티 상세

$criteria 공개적으로 프로퍼티

criteria which applied to $dataProvider
public $criteria

$dataProviderClass 공개적으로 프로퍼티

class of dataProvider
public $dataProviderClass

$dataProviderConfig 공개적으로 프로퍼티

dataProvider config
public $dataProviderConfig

$layout 공개적으로 프로퍼티

the name of the layout to be applied to the views. This will be assigned to {@link CController::layout} before the view is rendered. Defaults to null, meaning the controller's layout will be used. If false, no layout will be applied.
public $layout

$modelClass 공개적으로 프로퍼티

Model class for action.
public $modelClass

$view 공개적으로 프로퍼티

the name of the view to be rendered.
public $view