PHP Class Flow\JSONPath\AccessHelper

Datei anzeigen Open project: FlowCommunications/JSONPath Class Usage Examples

Public Methods

Method Description
arrayValues ( $collection )
collectionKeys ( $collection )
getValue ( $collection, $key, $magicIsAllowed = false )
isCollectionType ( $collection )
keyExists ( $collection, $key, $magicIsAllowed = false )
setValue ( &$collection, $key, $value )
unsetValue ( &$collection, $key )

Method Details

arrayValues() public static method

public static arrayValues ( $collection )

collectionKeys() public static method

public static collectionKeys ( $collection )

getValue() public static method

public static getValue ( $collection, $key, $magicIsAllowed = false )

isCollectionType() public static method

public static isCollectionType ( $collection )

keyExists() public static method

public static keyExists ( $collection, $key, $magicIsAllowed = false )

setValue() public static method

public static setValue ( &$collection, $key, $value )

unsetValue() public static method

public static unsetValue ( &$collection, $key )