PHP 클래스 OAIIdentifier, pkp-lib

파일 보기 프로젝트 열기: pkp/pkp-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$datestamp last-modified *nix timestamp
$identifier unique OAI record identifier
$sets sets this record belongs to
$status if this record is deleted

공개 메소드들

메소드 설명
__construct ( ) Constructor

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

프로퍼티 상세

$datestamp 공개적으로 프로퍼티

last-modified *nix timestamp
public $datestamp

$identifier 공개적으로 프로퍼티

unique OAI record identifier
public $identifier

$sets 공개적으로 프로퍼티

sets this record belongs to
public $sets

$status 공개적으로 프로퍼티

if this record is deleted
public $status