PHP 클래스 Pop\Pdf\Object\Info

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP

공개 프로퍼티들

프로퍼티 타입 설명
$author string PDF info author
$create_date string PDF info creation date
$index integer PDF info object index
$mod_date string PDF info mod date
$subject string PDF info subject
$title string PDF info title

보호된 프로퍼티들

프로퍼티 타입 설명
$data string PDF info object data

공개 메소드들

메소드 설명
__construct ( string $str = null ) : Info Constructor
__toString ( ) : string Method to print the PDF object.

메소드 상세

__construct() 공개 메소드

Instantiate a PDF info object.
public __construct ( string $str = null ) : Info
$str string
리턴 Info

__toString() 공개 메소드

Method to print the PDF object.
public __toString ( ) : string
리턴 string

프로퍼티 상세

$author 공개적으로 프로퍼티

PDF info author
public string $author
리턴 string

$create_date 공개적으로 프로퍼티

PDF info creation date
public string $create_date
리턴 string

$data 보호되어 있는 프로퍼티

PDF info object data
protected string $data
리턴 string

$index 공개적으로 프로퍼티

PDF info object index
public int $index
리턴 integer

$mod_date 공개적으로 프로퍼티

PDF info mod date
public string $mod_date
리턴 string

$subject 공개적으로 프로퍼티

PDF info subject
public string $subject
리턴 string

$title 공개적으로 프로퍼티

PDF info title
public string $title
리턴 string