Class FilterAttribute
Fields helper methods
Direct known subclasses
Namespace: Phramework\JSONAPI
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 1.0.0
Located at FilterAttribute.php
License: Apache-2.0
Author: Xenofon Spafaridis nohponex@gmail.com
Since: 1.0.0
Located at FilterAttribute.php
Methods summary
public
|
#
__construct( string $attribute, string $operator, mixed|null $operand = null )
FilterAttribute constructor. |
public static
FilterAttributes[]|
|
|
public
mixed
|
Constants summary
string |
JSON_ATTRIBUTE_PROPERTY_KEY_EXPRESSION
|
#
'/^[a-zA-Z_\-0-9]{1,32}$/'
|
Properties summary
protected
string
|
$attribute
|
|
protected
string
|
$operator
|
|
protected
mixed|null
|
$operand
|
Magic properties
public read-only
string
|
$attribute
|
public read-only
string
|
$operator
|
public read-only
mixed|null
|
$operand
|