Documentation

SimplePie_Restriction
in package

Table of Contents

Properties

$relationship  : mixed
$type  : mixed
$value  : mixed

Methods

__construct()  : mixed
__toString()  : mixed
get_relationship()  : string|null
Get the relationship
get_type()  : string|null
Get the type
get_value()  : string|null
Get the list of restricted things

Properties

Methods

__construct()

public __construct([mixed $relationship = null ][, mixed $type = null ][, mixed $value = null ]) : mixed
Parameters
$relationship : mixed = null
$type : mixed = null
$value : mixed = null

get_relationship()

Get the relationship

public get_relationship() : string|null
Return values
string|null

Either 'allow' or 'deny'

get_type()

Get the type

public get_type() : string|null
Return values
string|null

get_value()

Get the list of restricted things

public get_value() : string|null
Return values
string|null

        
On this page

Search results