PHP 클래스 Admin\Controller\Topics\GetController

부터: 1.0
상속: extends Phoenix\Controller\Display\ListDisplayController
파일 보기 프로젝트 열기: asika32764/natika

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultDirection string Property direction.
$defaultOrdering string Property ordering.
$itemName string Property itemName.
$listName string Property listName.
$model Admin\Model\TopicsModel Property model.
$name string Property name.
$view Admin\View\Topics\TopicsHtmlView Property view.

보호된 메소드들

메소드 설명
prepareExecute ( ) : void prepareExecute
prepareUserState ( Windwalker\Core\Model\Model $model ) : void prepareUserState

메소드 상세

prepareExecute() 보호된 메소드

prepareExecute
protected prepareExecute ( ) : void
리턴 void

prepareUserState() 보호된 메소드

prepareUserState
protected prepareUserState ( Windwalker\Core\Model\Model $model ) : void
$model Windwalker\Core\Model\Model
리턴 void

프로퍼티 상세

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

Property direction.
protected string $defaultDirection
리턴 string

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

Property ordering.
protected string $defaultOrdering
리턴 string

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

Property itemName.
protected string $itemName
리턴 string

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

Property listName.
protected string $listName
리턴 string

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

Property model.
protected TopicsModel,Admin\Model $model
리턴 Admin\Model\TopicsModel

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

Property name.
protected string $name
리턴 string

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

Property view.
protected TopicsHtmlView,Admin\View\Topics $view
리턴 Admin\View\Topics\TopicsHtmlView