class Bloc extends AbstractEntity

Bloc

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

__construct()

Constructor

setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

integer
getDeviceTypeId()

Get devicetypeid

setBlocId(integer $blocId)

Set bloc_id

integer
getBlocId()

Get bloc_id

setName(string $name)

Set name

string
getName()

Get name

setTplPath(string $tplPath)

Set tpl_path

string
getTplPath()

Get tpl_path

setFilename(string $filename)

Set filename

string
getFilename()

Get filename

setCreateDate(DateTime $createDate)

Set create_date

getCreateDate()

Get create_date

setUpdateDate(DateTime $updateDate)

Set update_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

addBlocPosition(BlocPosition $blocPositions)

Add BlocPositions

removeBlocPosition(BlocPosition $blocPositions)

Remove BlocPositions

Collection
getBlocPositions()

Get BlocPositions

setPlugin(Plugin $plugin = null)

Set Plugin

getPlugin()

Get Plugin

Details

in AbstractEntity at line 32
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 39
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 43
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 54
offsetUnset($offset)

Parameters

$offset

at line 90
__construct()

Constructor

at line 101
Bloc setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

Parameters

integer $deviceTypeId

Return Value

Bloc

at line 113
integer getDeviceTypeId()

Get devicetypeid

Return Value

integer

at line 124
Bloc setBlocId(integer $blocId)

Set bloc_id

Parameters

integer $blocId

Return Value

Bloc

at line 136
integer getBlocId()

Get bloc_id

Return Value

integer

at line 147
Bloc setName(string $name)

Set name

Parameters

string $name

Return Value

Bloc

at line 159
string getName()

Get name

Return Value

string

at line 170
Bloc setTplPath(string $tplPath)

Set tpl_path

Parameters

string $tplPath

Return Value

Bloc

at line 182
string getTplPath()

Get tpl_path

Return Value

string

at line 193
Bloc setFilename(string $filename)

Set filename

Parameters

string $filename

Return Value

Bloc

at line 205
string getFilename()

Get filename

Return Value

string

at line 216
Bloc setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

Bloc

at line 228
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 239
Bloc setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

Bloc

at line 251
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 262
Bloc setPhpPath(string $phpPath)

Set php_path

Parameters

string $phpPath

Return Value

Bloc

at line 274
string getPhpPath()

Get php_path

Return Value

string

at line 285
Bloc setDeletableFlg(integer $deletableFlg)

Set deletable_flg

Parameters

integer $deletableFlg

Return Value

Bloc

at line 297
integer getDeletableFlg()

Get deletable_flg

Return Value

integer

at line 308
Bloc addBlocPosition(BlocPosition $blocPositions)

Add BlocPositions

Parameters

BlocPosition $blocPositions

Return Value

Bloc

at line 320
removeBlocPosition(BlocPosition $blocPositions)

Remove BlocPositions

Parameters

BlocPosition $blocPositions

at line 330
Collection getBlocPositions()

Get BlocPositions

Return Value

Collection

at line 341
Bloc setPlugin(Plugin $plugin = null)

Set Plugin

Parameters

Plugin $plugin

Return Value

Bloc

at line 353
Plugin getPlugin()

Get Plugin

Return Value

Plugin