PHP Class Flow\JSONPath\Filters\AbstractFilter

Afficher le fichier Open project: FlowCommunications/JSONPath

Protected Properties

Свойство Type Description
$magicIsAllowed boolean
$options integer
$token Flow\JSONPath\JSONPathToken

Méthodes publiques

Méthode Description
__construct ( JSONPathToken $token, $options )
filter ( $collection ) : array
isMagicAllowed ( )

Method Details

__construct() public méthode

public __construct ( JSONPathToken $token, $options )
$token Flow\JSONPath\JSONPathToken

filter() abstract public méthode

abstract public filter ( $collection ) : array
$collection
Résultat array

isMagicAllowed() public méthode

public isMagicAllowed ( )

Property Details

$magicIsAllowed protected_oe property

protected bool $magicIsAllowed
Résultat boolean

$options protected_oe property

protected int $options
Résultat integer

$token protected_oe property

protected JSONPathToken,Flow\JSONPath $token
Résultat Flow\JSONPath\JSONPathToken