PHP 클래스 Pop\Pdf\Object\ParentObject

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

공개 프로퍼티들

프로퍼티 타입 설명
$count integer PDF parent kids count
$index integer PDF parent object index
$kids array PDF parent kids object indices

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

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

프로퍼티 상세

$count 공개적으로 프로퍼티

PDF parent kids count
public int $count
리턴 integer

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

PDF parent object data
protected string $data
리턴 string

$index 공개적으로 프로퍼티

PDF parent object index
public int $index
리턴 integer

$kids 공개적으로 프로퍼티

PDF parent kids object indices
public array $kids
리턴 array