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
$relationship
    public
        mixed
    $relationship
    
    
    
    
    
$type
    public
        mixed
    $type
    
    
    
    
    
$value
    public
        mixed
    $value
    
    
    
    
    
Methods
__construct()
    public
                    __construct([mixed $relationship = null ][, mixed $type = null ][, mixed $value = null ]) : mixed
    Parameters
- $relationship : mixed = null
 - $type : mixed = null
 - $value : mixed = null
 
__toString()
    public
                    __toString() : mixed
    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|nullget_value()
Get the list of restricted things
    public
                    get_value() : string|null