Handles `` as defined in Media RSS

package SimplePie
subpackage API

 Methods

Constructor, used to input the data

__construct($relationship = null, $type = null, $value = null

For documentation on all the parameters, see the corresponding properties and their accessors

Parameters

$relationship

$type

$value

String-ified version

__toString() : string

Returns

string

Get the relationship

get_relationship() : string | null

Returns

stringnullEither 'allow' or 'deny'

Get the type

get_type() : string | null

Returns

stringnull

Get the list of restricted things

get_value() : string | null

Returns

stringnull

 Properties

 

Relationship ('allow'/'deny')

$relationship : string

Default

see
 

Type of restriction

$type : string

Default

see
 

Restricted values

$value : string

Default

see