PHP Class Flow\JSONPath\AccessHelper

Afficher le fichier Open project: FlowCommunications/JSONPath Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static arrayValues ( $collection )

collectionKeys() public static méthode

public static collectionKeys ( $collection )

getValue() public static méthode

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

isCollectionType() public static méthode

public static isCollectionType ( $collection )

keyExists() public static méthode

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

setValue() public static méthode

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

unsetValue() public static méthode

public static unsetValue ( &$collection, $key )