PHP 클래스 ezjscServerFunctionsNode

상속: extends ezjscServerFunctions
파일 보기 프로젝트 열기: ezsystems/ezpublish-legacy

공개 메소드들

메소드 설명
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