Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Flow
JSONPath
Filters
AbstractFilter
PHP 클래스 Flow\JSONPath\Filters\AbstractFilter
파일 보기
프로젝트 열기: FlowCommunications/JSONPath
보호된 프로퍼티들
프로퍼티
타입
설명
$magicIsAllowed
boolean
$options
integer
$token
Flow\JSONPath\JSONPathToken
공개 메소드들
메소드
설명
__construct
(
JSONPathToken
$token
,
$options
)
filter
(
$collection
) :
array
isMagicAllowed
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
JSONPathToken
$token
,
$options
)
$token
Flow\JSONPath\JSONPathToken
filter()
추상적인
공개
메소드
abstract
public
filter
(
$collection
) :
array
$collection
리턴
array
isMagicAllowed()
공개
메소드
public
isMagicAllowed
( )
프로퍼티 상세
$magicIsAllowed
보호되어 있는 프로퍼티
protected
bool
$magicIsAllowed
리턴
boolean
$options
보호되어 있는 프로퍼티
protected
int
$options
리턴
integer
$token
보호되어 있는 프로퍼티
protected
JSONPathToken,Flow\JSONPath
$token
리턴
Flow\JSONPath\JSONPathToken