PHP Class Menu

Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
afterDelete ( )
afterSave ( )

Method Details

addItem() public méthode

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

afterDelete() protected méthode

protected afterDelete ( )

afterSave() protected méthode

protected afterSave ( )

attributeDescriptions() public méthode

public attributeDescriptions ( ) : array
Résultat array customized attribute descriptions (name=>description)

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

changeItem() public méthode

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

getItems() public méthode

public getItems ( $code, integer $parent_id ) : array | mixed
$code
$parent_id integer
Résultat array | mixed

getStatus() public méthode

public getStatus ( ) : string
Résultat string

getStatusList() public méthode

public getStatusList ( ) : array
Résultat array

model() public static méthode

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : Menu
$className string active record class name.
Résultat Menu the static model class

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

scopes() public méthode

public scopes ( ) : array
Résultat array

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name