Documentation

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

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

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

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

Search results