DocumentType
extends Base
in package
Class DocumentType.
Table of Contents
- $bottom : int
- $id : int
- $left : int
- $name : string
- $numbers : string
- $pageBreak : int
- $right : int
- $template : string
- $top : int
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getBottom() : int
- getId() : int
- getLeft() : int
- getName() : string
- getNumbers() : string
- getPageBreak() : int
- getRight() : int
- getTemplate() : string
- getTop() : int
- setBottom() : DocumentType
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : DocumentType
- setLeft() : DocumentType
- setName() : DocumentType
- setNumbers() : DocumentType
- setPageBreak() : DocumentType
- setRight() : DocumentType
- setTemplate() : DocumentType
- setTop() : DocumentType
Properties
$bottom
protected
int
$bottom
$id
protected
int
$id
$left
protected
int
$left
$name
protected
string
$name
$numbers
protected
string
$numbers
$pageBreak
protected
int
$pageBreak
$right
protected
int
$right
$template
protected
string
$template
$top
protected
int
$top
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getBottom()
public
getBottom() : int
Return values
int —getId()
public
getId() : int
Return values
int —getLeft()
public
getLeft() : int
Return values
int —getName()
public
getName() : string
Return values
string —getNumbers()
public
getNumbers() : string
Return values
string —getPageBreak()
public
getPageBreak() : int
Return values
int —getRight()
public
getRight() : int
Return values
int —getTemplate()
public
getTemplate() : string
Return values
string —getTop()
public
getTop() : int
Return values
int —setBottom()
public
setBottom(int $bottom) : DocumentType
Parameters
- $bottom : int
Return values
DocumentType —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setId()
public
setId(int $id) : DocumentType
Parameters
- $id : int
Return values
DocumentType —setLeft()
public
setLeft(int $left) : DocumentType
Parameters
- $left : int
Return values
DocumentType —setName()
public
setName(string $name) : DocumentType
Parameters
- $name : string
Return values
DocumentType —setNumbers()
public
setNumbers(string $numbers) : DocumentType
Parameters
- $numbers : string
Return values
DocumentType —setPageBreak()
public
setPageBreak(int $pageBreak) : DocumentType
Parameters
- $pageBreak : int
Return values
DocumentType —setRight()
public
setRight(int $right) : DocumentType
Parameters
- $right : int
Return values
DocumentType —setTemplate()
public
setTemplate(string $template) : DocumentType
Parameters
- $template : string
Return values
DocumentType —setTop()
public
setTop(int $top) : DocumentType
Parameters
- $top : int