PHP Class Flow\JSONPath\Filters\AbstractFilter

Datei anzeigen Open project: FlowCommunications/JSONPath

Protected Properties

Property Type Description
$magicIsAllowed boolean
$options integer
$token Flow\JSONPath\JSONPathToken

Public Methods

Method Description
__construct ( JSONPathToken $token, $options )
filter ( $collection ) : array
isMagicAllowed ( )

Method Details

__construct() public method

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

filter() abstract public method

abstract public filter ( $collection ) : array
$collection
return array

isMagicAllowed() public method

public isMagicAllowed ( )

Property Details

$magicIsAllowed protected_oe property

protected bool $magicIsAllowed
return boolean

$options protected_oe property

protected int $options
return integer

$token protected_oe property

protected JSONPathToken,Flow\JSONPath $token
return Flow\JSONPath\JSONPathToken