PHP Класс CTTopMenuItem, community-theme-16

Наследование: extends ObjectModel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$active boolean
$class string
$definition array Model definition
$entity_id integer
$icon string
$name string
$no_follow boolean
$position integer
$title string
$tree_max_depth integer
$type integer
$url string

Открытые методы

Метод Описание
add ( boolean $autoDate = true, boolean $nullValues = false ) : boolean Inserts new menu item to the database
delete ( ) : boolean Clears menu cache on delete event
getMaxPosition ( integer $id_shop ) : integer Returns max position in the given shop
getMenuItems ( integer $id_lang, integer $id_shop ) : array Returns all menu items for a given shop
update ( boolean $nullValues = false ) : boolean Clears menu cached on update event

Описание методов

add() публичный Метод

Inserts new menu item to the database
public add ( boolean $autoDate = true, boolean $nullValues = false ) : boolean
$autoDate boolean
$nullValues boolean
Результат boolean

delete() публичный Метод

Clears menu cache on delete event
public delete ( ) : boolean
Результат boolean

getMaxPosition() публичный статический Метод

Returns max position in the given shop
public static getMaxPosition ( integer $id_shop ) : integer
$id_shop integer
Результат integer

getMenuItems() публичный статический Метод

Returns all menu items for a given shop
public static getMenuItems ( integer $id_lang, integer $id_shop ) : array
$id_lang integer
$id_shop integer
Результат array

update() публичный Метод

Clears menu cached on update event
public update ( boolean $nullValues = false ) : boolean
$nullValues boolean
Результат boolean

Описание свойств

$active публичное свойство

public bool $active
Результат boolean

$class публичное свойство

public string $class
Результат string

$definition публичное статическое свойство

Model definition
public static array $definition
Результат array

$entity_id публичное свойство

public int $entity_id
Результат integer

$icon публичное свойство

public string $icon
Результат string

$name публичное свойство

public string $name
Результат string

$no_follow публичное свойство

public bool $no_follow
Результат boolean

$position публичное свойство

public int $position
Результат integer

$title публичное свойство

public string $title
Результат string

$tree_max_depth публичное свойство

public int $tree_max_depth
Результат integer

$type публичное свойство

public int $type
Результат integer

$url публичное свойство

public string $url
Результат string