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
$label
private
string|null
$label
= null
$name
private
string|null
$name
= null
$rect
private
RectangleType|null
$rect
= null
$style
private
int|null
$style
= null
$type
private
string|null
$type
= null
Methods
getLabel()
Gets as label.
public
getLabel() : string
Return values
string —getName()
Gets as name.
public
getName() : string
Return values
string —getRect()
Gets as rect.
public
getRect() : RectangleType
Return values
RectangleType —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 —setRect()
Sets a new rect.
public
setRect(RectangleType $rect) : self
Parameters
- $rect : RectangleType
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