PHP 클래스 Flow\JSONPath\AccessHelper

파일 보기 프로젝트 열기: FlowCommunications/JSONPath 1 사용 예제들

공개 메소드들

메소드 설명
arrayValues ( $collection )
collectionKeys ( $collection )
getValue ( $collection, $key, $magicIsAllowed = false )
isCollectionType ( $collection )
keyExists ( $collection, $key, $magicIsAllowed = false )
setValue ( &$collection, $key, $value )
unsetValue ( &$collection, $key )

메소드 상세

arrayValues() 공개 정적인 메소드

public static arrayValues ( $collection )

collectionKeys() 공개 정적인 메소드

public static collectionKeys ( $collection )

getValue() 공개 정적인 메소드

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

isCollectionType() 공개 정적인 메소드

public static isCollectionType ( $collection )

keyExists() 공개 정적인 메소드

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

setValue() 공개 정적인 메소드

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

unsetValue() 공개 정적인 메소드

public static unsetValue ( &$collection, $key )