PHP 클래스 Menu

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

공개 메소드들

메소드 설명
addItem ( $title, $href, $parentId, boolean $regularLink = false ) : boolean Добавляет новый пункт меню в меню
attributeDescriptions ( ) : array
attributeLabels ( ) : array
changeItem ( $oldTitle, $newTitle, $href, $parentId, $regularLink = false ) : boolean Метод изменения пункта меню.
getItems ( $code, integer $parent_id ) : array | mixed
getStatus ( ) : string
getStatusList ( ) : array
model ( string $className = __CLASS__ ) : Menu 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 ( )

메소드 상세

addItem() 공개 메소드

Добавляет новый пункт меню в меню
public addItem ( $title, $href, $parentId, boolean $regularLink = false ) : boolean
$title string - Заголовок
$href string - Ссылка
$parentId int - Родитель
$regularLink boolean - Обычная ссылка
리턴 boolean

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)

changeItem() 공개 메소드

Метод изменения пункта меню.
public changeItem ( $oldTitle, $newTitle, $href, $parentId, $regularLink = false ) : boolean
$oldTitle string Старое название элемента (по нему осуществяется поиск)
$newTitle string Новое название
$href string Новая ссылка
$parentId int id меню
$regularLink bool Обычная ссылка
리턴 boolean статус выполнения

getItems() 공개 메소드

public getItems ( $code, integer $parent_id ) : array | mixed
$code
$parent_id integer
리턴 array | mixed

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__ ) : Menu
$className string active record class name.
리턴 Menu 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