PHP 클래스 MenuItem

파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$regular_link boolean

공개 메소드들

메소드 설명
attributeDescriptions ( ) : array
attributeLabels ( ) : array
behaviors ( ) : array
deleteWithChild ( ) : boolean
getConditionDenial ( ) : string
getConditionDenialList ( ) : array
getConditionList ( boolean | false $condition = false ) : array
getConditionName ( ) : string
getConditionVisible ( $name, $condition_denial ) : boolean
getParent ( ) : string
getParentList ( ) : array
getParentTree ( ) : array
getParentTreeIterator ( integer $parent_id, integer $level = 1 ) : array
getStatus ( ) : string
getStatusList ( ) : array
model ( string $className = __CLASS__ ) : MenuItem Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
scopes ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

보호된 메소드들

메소드 설명
afterDelete ( )
afterSave ( )

메소드 상세

afterDelete() 보호된 메소드

protected afterDelete ( )

afterSave() 보호된 메소드

protected afterSave ( )

attributeDescriptions() 공개 메소드

public attributeDescriptions ( ) : array
리턴 array customized attribute descriptions (name=>description)

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

behaviors() 공개 메소드

public behaviors ( ) : array
리턴 array

deleteWithChild() 공개 메소드

public deleteWithChild ( ) : boolean
리턴 boolean

getConditionDenial() 공개 메소드

public getConditionDenial ( ) : string
리턴 string

getConditionDenialList() 공개 메소드

public getConditionDenialList ( ) : array
리턴 array

getConditionList() 공개 메소드

public getConditionList ( boolean | false $condition = false ) : array
$condition boolean | false
리턴 array

getConditionName() 공개 메소드

public getConditionName ( ) : string
리턴 string

getConditionVisible() 공개 메소드

public getConditionVisible ( $name, $condition_denial ) : boolean
$name
$condition_denial
리턴 boolean

getParent() 공개 메소드

public getParent ( ) : string
리턴 string

getParentList() 공개 메소드

public getParentList ( ) : array
리턴 array

getParentTree() 공개 메소드

public getParentTree ( ) : array
리턴 array

getParentTreeIterator() 공개 메소드

public getParentTreeIterator ( integer $parent_id, integer $level = 1 ) : array
$parent_id integer
$level integer
리턴 array

getStatus() 공개 메소드

public getStatus ( ) : string
리턴 string

getStatusList() 공개 메소드

public getStatusList ( ) : array
리턴 array

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : MenuItem
$className string active record class name.
리턴 MenuItem the static model class

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

scopes() 공개 메소드

public scopes ( ) : array
리턴 array

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name

프로퍼티 상세