PHP Класс Jarves\Storage\EntryPointStorage

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

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

Метод Описание
__construct ( Jarves $jarves )
add ( $values, $branchPk = null, $mode = 'into', $scope = null ) {@inheritDoc}
clear ( ) {@inheritDoc}
getBranch ( $pk = null, Condition $condition = null, $depth = 1, $scope = null, $options = null ) {@inheritDoc}
getCount ( Condition $condition = null ) {@inheritDoc}
getItem ( $pk, $options = null ) {@inheritDoc}
getItems ( array $filter = null, Condition $condition = null, $options = null ) {@inheritDoc}
getParent ( $pk, $options = null ) {@inheritDoc}
getPrimaryKeys ( ) {@inheritDoc}
normalizePath ( &$path ) {@inheritDoc}
patch ( $primaryKey, $values ) {@inheritDoc}
remove ( $primaryKey ) {@inheritDoc}
setChildren ( $path, &$item, $depth ) Sets the children information at $item directly.
update ( $primaryKey, $values ) {@inheritDoc}

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

Метод Описание
getChildrenFlattenList ( $path )

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

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

public __construct ( Jarves $jarves )
$jarves Jarves\Jarves

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

{@inheritDoc}
public add ( $values, $branchPk = null, $mode = 'into', $scope = null )

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

{@inheritDoc}
public clear ( )

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

{@inheritDoc}
public getBranch ( $pk = null, Condition $condition = null, $depth = 1, $scope = null, $options = null )
$condition Jarves\Configuration\Condition

getChildrenFlattenList() защищенный Метод

protected getChildrenFlattenList ( $path )

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

{@inheritDoc}
public getCount ( Condition $condition = null )
$condition Jarves\Configuration\Condition

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

{@inheritDoc}
public getItem ( $pk, $options = null )

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

{@inheritDoc}
public getItems ( array $filter = null, Condition $condition = null, $options = null )
$filter array
$condition Jarves\Configuration\Condition

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

{@inheritDoc}
public getParent ( $pk, $options = null )

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

{@inheritDoc}
public getPrimaryKeys ( )

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

{@inheritDoc}
public static normalizePath ( &$path )

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

{@inheritDoc}
public patch ( $primaryKey, $values )

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

{@inheritDoc}
public remove ( $primaryKey )

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

Sets the children information at $item directly.
public setChildren ( $path, &$item, $depth )

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

{@inheritDoc}
public update ( $primaryKey, $values )