class FilteringAttribute extends Model (View source)

Properties

string $attribute
string $description
bool $pathPatternSupported
bool $required

Methods

setAttribute($attribute)

No description

string
getAttribute()

No description

setDescription($description)

No description

string
getDescription()

No description

setPathPatternSupported($pathPatternSupported)

No description

bool
getPathPatternSupported()

No description

setRequired($required)

No description

bool
getRequired()

No description

Details

setAttribute($attribute)

No description

Parameters

$attribute

string getAttribute()

No description

Return Value

string

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setPathPatternSupported($pathPatternSupported)

No description

Parameters

$pathPatternSupported

bool getPathPatternSupported()

No description

Return Value

bool

setRequired($required)

No description

Parameters

$required

bool getRequired()

No description

Return Value

bool