PHP Class Jarves\Storage\EntryPointStorage

Inheritance: extends AbstractStorage
Datei anzeigen Open project: jarves/jarves

Public Methods

Method Description
__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}

Protected Methods

Method Description
getChildrenFlattenList ( $path )

Method Details

__construct() public method

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

add() public method

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

clear() public method

{@inheritDoc}
public clear ( )

getBranch() public method

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

getChildrenFlattenList() protected method

protected getChildrenFlattenList ( $path )

getCount() public method

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

getItem() public method

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

getItems() public method

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

getParent() public method

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

getPrimaryKeys() public method

{@inheritDoc}
public getPrimaryKeys ( )

normalizePath() public static method

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

patch() public method

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

remove() public method

{@inheritDoc}
public remove ( $primaryKey )

setChildren() public method

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

update() public method

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