Property | Type | Description | |
---|---|---|---|
$headerInfo | array | Header info |
Method | Description | |
---|---|---|
__construct ( |
Constructor | |
__get ( string $name ) : mixed | Get method to return the value of headerInfo[$name]. | |
__isset ( string $name ) : boolean | Return the isset value of headerInfo[$name]. | |
__set ( string $name, mixed $value ) : void | Set method to set the property to the value of headerInfo[$name]. | |
__unset ( string $name ) : void | Unset headerInfo[$name]. |
public __construct ( |
||
$font | ||
return |