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 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 90
__construct()
Constructor
at line 101
Bloc
setDeviceTypeId(integer $deviceTypeId)
Set devicetypeid
at line 113
integer
getDeviceTypeId()
Get devicetypeid
at line 124
Bloc
setBlocId(integer $blocId)
Set bloc_id
at line 136
integer
getBlocId()
Get bloc_id
at line 147
Bloc
setName(string $name)
Set name
at line 159
string
getName()
Get name
at line 170
Bloc
setTplPath(string $tplPath)
Set tpl_path
at line 182
string
getTplPath()
Get tpl_path
at line 193
Bloc
setFilename(string $filename)
Set filename
at line 205
string
getFilename()
Get filename
at line 228
DateTime
getCreateDate()
Get create_date
at line 251
DateTime
getUpdateDate()
Get update_date
at line 262
Bloc
setPhpPath(string $phpPath)
Set php_path
at line 274
string
getPhpPath()
Get php_path
at line 285
Bloc
setDeletableFlg(integer $deletableFlg)
Set deletable_flg
at line 297
integer
getDeletableFlg()
Get deletable_flg
at line 308
Bloc
addBlocPosition(BlocPosition $blocPositions)
Add BlocPositions
at line 320
removeBlocPosition(BlocPosition $blocPositions)
Remove BlocPositions
at line 330
Collection
getBlocPositions()
Get BlocPositions
at line 353
Plugin
getPlugin()
Get Plugin