PHP Class SimplePie_Restriction, ojs

Used by {@see \SimplePie_Enclosure::get_restriction()} and {@see \SimplePie_Enclosure::get_restrictions()} This class can be overloaded with {@see \SimplePie::set_restriction_class()}
ファイルを表示 Open project: pkp/ojs

Public Properties

Property Type Description
$relationship
$type
$value

Public Methods

Method Description
SimplePie_Restriction ( $relationship = null, $type = null, $value = null ) Constructor, used to input the data
__toString ( )
get_relationship ( )
get_type ( )
get_value ( )

Method Details

SimplePie_Restriction() public method

Constructor, used to input the data
public SimplePie_Restriction ( $relationship = null, $type = null, $value = null )

__toString() public method

public __toString ( )

get_relationship() public method

public get_relationship ( )

get_type() public method

public get_type ( )

get_value() public method

public get_value ( )

Property Details

$relationship public_oe property

public $relationship

$type public_oe property

public $type

$value public_oe property

public $value