Documentation

CtrlDefType
in package

Class representing CtrlDefType.

Definice prvku formuláře. XSD Type: ctrlDefType

Table of Contents

$label  : string|null
$name  : string|null
$rect  : RectangleType|null
$style  : int|null
$type  : string|null
getLabel()  : string
Gets as label.
getName()  : string
Gets as name.
getRect()  : RectangleType
Gets as rect.
getStyle()  : int
Gets as style.
getType()  : string
Gets as type.
setLabel()  : self
Sets a new label.
setName()  : self
Sets a new name.
setRect()  : self
Sets a new rect.
setStyle()  : self
Sets a new style.
setType()  : self
Sets a new type.

Properties

Methods

getLabel()

Gets as label.

public getLabel() : string
Return values
string

getName()

Gets as name.

public getName() : string
Return values
string

getStyle()

Gets as style.

public getStyle() : int
Return values
int

getType()

Gets as type.

public getType() : string
Return values
string

setLabel()

Sets a new label.

public setLabel(string $label) : self
Parameters
$label : string
Return values
self

setName()

Sets a new name.

public setName(string $name) : self
Parameters
$name : string
Return values
self

setStyle()

Sets a new style.

public setStyle(int $style) : self
Parameters
$style : int
Return values
self

setType()

Sets a new type.

public setType(string $type) : self
Parameters
$type : string
Return values
self

Search results