Bloc
class Bloc extends AbstractEntity
Bloc
Methods
__construct()
Constructor
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
integer
getDeviceTypeId()
Get devicetypeid
integer
getBlocId()
Get bloc_id
string
getName()
Get name
setTplPath(string $tplPath)
Set tpl_path
string
getTplPath()
Get tpl_path
setFilename(string $filename)
Set filename
string
getFilename()
Get filename
getCreateDate()
Get create_date
getUpdateDate()
Get update_date
setPhpPath(string $phpPath)
Set php_path
string
getPhpPath()
Get php_path
setDeletableFlg(integer $deletableFlg)
Set deletable_flg
integer
getDeletableFlg()
Get deletable_flg
Collection
getBlocPositions()
Get BlocPositions
Details
in AbstractEntity at line 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 70
__construct()
Constructor
at line 81
Bloc
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
at line 93
integer
getDeviceTypeId()
Get devicetypeid
at line 104
Bloc
setBlocId(integer $blocId)
Set bloc_id
at line 116
integer
getBlocId()
Get bloc_id
at line 127
Bloc
setName(string $name)
Set name
at line 139
string
getName()
Get name
at line 150
Bloc
setTplPath(string $tplPath)
Set tpl_path
at line 162
string
getTplPath()
Get tpl_path
at line 173
Bloc
setFilename(string $filename)
Set filename
at line 185
string
getFilename()
Get filename
at line 208
DateTime
getCreateDate()
Get create_date
at line 231
DateTime
getUpdateDate()
Get update_date
at line 242
Bloc
setPhpPath(string $phpPath)
Set php_path
at line 254
string
getPhpPath()
Get php_path
at line 265
Bloc
setDeletableFlg(integer $deletableFlg)
Set deletable_flg
at line 277
integer
getDeletableFlg()
Get deletable_flg
at line 288
Bloc
addBlocPosition(BlocPosition $blocPositions)
Add BlocPositions
at line 300
removeBlocPosition(BlocPosition $blocPositions)
Remove BlocPositions
at line 310
Collection
getBlocPositions()
Get BlocPositions
at line 333
Plugin
getPlugin()
Get Plugin