Block
class Block extends AbstractEntity
Block
Methods
__construct()
Constructor
integer
getId()
Get id
string
getName()
Get name
setFileName(string $fileName)
Set file_name
string
getFileName()
Get file_name
getCreateDate()
Get create_date
getUpdateDate()
Get update_date
setLogicFlg(integer $logic_flg)
Set php_path
string
getLogicFlg()
Get logic_flg
setDeletableFlg(integer $deletableFlg)
Set deletable_flg
integer
getDeletableFlg()
Get deletable_flg
Collection
getBlockPositions()
Get BlockPositions
getDeviceType()
Get DeviceType
Details
in AbstractEntity at line 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
at line 60
__construct()
Constructor
at line 71
Block
setId(string $id)
Set id
at line 83
integer
getId()
Get id
at line 94
Block
setName(string $name)
Set name
at line 106
string
getName()
Get name
at line 117
Block
setFileName(string $fileName)
Set file_name
at line 129
string
getFileName()
Get file_name
at line 152
DateTime
getCreateDate()
Get create_date
at line 175
DateTime
getUpdateDate()
Get update_date
at line 186
Block
setLogicFlg(integer $logic_flg)
Set php_path
at line 198
string
getLogicFlg()
Get logic_flg
at line 209
Block
setDeletableFlg(integer $deletableFlg)
Set deletable_flg
at line 221
integer
getDeletableFlg()
Get deletable_flg
at line 232
Block
addBlockPosition(BlockPosition $blockPositions)
Add BlocPositions
at line 244
removeBlockPosition(BlockPosition $blockPositions)
Remove BlockPositions
at line 254
Collection
getBlockPositions()
Get BlockPositions
at line 265
Block
setDeviceType(DeviceType $deviceType = null)
Set DeviceType
at line 277
DeviceType
getDeviceType()
Get DeviceType