PHP Класс ezjscServerFunctionsNode

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

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

Метод Описание
load ( mixed $args ) : array Returns a node data for given object / node id
subTree ( mixed $args ) : array Returns a subtree node items for given parent node
updatePriority ( mixed $args ) : array Updating priority sorting for given node

Защищенные методы

Метод Описание
sortMap ( string $sort ) : string A helper function which maps sort keys from encoded JSON node to supported values

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

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

Following parameters are supported: ezjscnode::load::embed_id[::attribute[::load_image_size]] eg: ezjscnode::load::ezobject_46::image::large eg: ezjscnode::load::eznode_44::summary eg: ezjscnode::load::44::summary (44 is in this case node id)
С версии: 1.2
public static load ( mixed $args ) : array
$args mixed
Результат array

sortMap() защищенный статический Метод

A helper function which maps sort keys from encoded JSON node to supported values
С версии: 1.2
protected static sortMap ( string $sort ) : string
$sort string
Результат string

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

Following parameters are supported: ezjscnode::subtree::parent_node_id::limit::offset::sort::order
С версии: 1.2
public static subTree ( mixed $args ) : array
$args mixed
Результат array

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

Updating priority sorting for given node
С версии: 1.2
public static updatePriority ( mixed $args ) : array
$args mixed
Результат array