PHP 클래스 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()}
파일 보기 프로젝트 열기: pkp/ojs

공개 프로퍼티들

프로퍼티 타입 설명
$relationship
$type
$value

공개 메소드들

메소드 설명
SimplePie_Restriction ( $relationship = null, $type = null, $value = null ) Constructor, used to input the data
__toString ( )
get_relationship ( )
get_type ( )
get_value ( )

메소드 상세

SimplePie_Restriction() 공개 메소드

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

__toString() 공개 메소드

public __toString ( )

get_relationship() 공개 메소드

public get_relationship ( )

get_type() 공개 메소드

public get_type ( )

get_value() 공개 메소드

public get_value ( )

프로퍼티 상세

$relationship 공개적으로 프로퍼티

public $relationship

$type 공개적으로 프로퍼티

public $type

$value 공개적으로 프로퍼티

public $value