PHP 클래스 RController, gxc-cms

부터: 0.6
저자: Christoffer Niska ([email protected])
상속: extends CController
파일 보기 프로젝트 열기: nganhtuan63/gxc-cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$breadcrumbs
$layout
$menu
$pageHint
$titleImage

공개 메소드들

메소드 설명
accessDenied ( string $message = null ) Denies the access of the user.
allowedActions ( ) : string
filterRights ( CFilterChain $filterChain ) The filter method for 'rights' access filter.

메소드 상세

accessDenied() 공개 메소드

Denies the access of the user.
public accessDenied ( string $message = null )
$message string the message to display to the user. This method may be invoked when access check fails.

allowedActions() 공개 메소드

public allowedActions ( ) : string
리턴 string the actions that are always allowed separated by commas.

filterRights() 공개 메소드

This filter is a wrapper of {@link CAccessControlFilter}.
public filterRights ( CFilterChain $filterChain )
$filterChain CFilterChain the filter chain that the filter is on.

프로퍼티 상세

$breadcrumbs 공개적으로 프로퍼티

public $breadcrumbs

$layout 공개적으로 프로퍼티

public $layout

$menu 공개적으로 프로퍼티

public $menu

$pageHint 공개적으로 프로퍼티

public $pageHint

$titleImage 공개적으로 프로퍼티

public $titleImage