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 10
offsetExists($offset)

Parameters

$offset

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

Parameters

$offset
$value

in AbstractEntity at line 21
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 32
offsetUnset($offset)

Parameters

$offset

at line 70
__construct()

Constructor

at line 81
Bloc setDeviceTypeId(integer $deviceTypeId)

Set devicetypeid

Parameters

integer $deviceTypeId

Return Value

Bloc

at line 93
integer getDeviceTypeId()

Get devicetypeid

Return Value

integer

at line 104
Bloc setBlocId(integer $blocId)

Set bloc_id

Parameters

integer $blocId

Return Value

Bloc

at line 116
integer getBlocId()

Get bloc_id

Return Value

integer

at line 127
Bloc setName(string $name)

Set name

Parameters

string $name

Return Value

Bloc

at line 139
string getName()

Get name

Return Value

string

at line 150
Bloc setTplPath(string $tplPath)

Set tpl_path

Parameters

string $tplPath

Return Value

Bloc

at line 162
string getTplPath()

Get tpl_path

Return Value

string

at line 173
Bloc setFilename(string $filename)

Set filename

Parameters

string $filename

Return Value

Bloc

at line 185
string getFilename()

Get filename

Return Value

string

at line 196
Bloc setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

Bloc

at line 208
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 219
Bloc setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

Bloc

at line 231
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 242
Bloc setPhpPath(string $phpPath)

Set php_path

Parameters

string $phpPath

Return Value

Bloc

at line 254
string getPhpPath()

Get php_path

Return Value

string

at line 265
Bloc setDeletableFlg(integer $deletableFlg)

Set deletable_flg

Parameters

integer $deletableFlg

Return Value

Bloc

at line 277
integer getDeletableFlg()

Get deletable_flg

Return Value

integer

at line 288
Bloc addBlocPosition(BlocPosition $blocPositions)

Add BlocPositions

Parameters

BlocPosition $blocPositions

Return Value

Bloc

at line 300
removeBlocPosition(BlocPosition $blocPositions)

Remove BlocPositions

Parameters

BlocPosition $blocPositions

at line 310
Collection getBlocPositions()

Get BlocPositions

Return Value

Collection

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

Set Plugin

Parameters

Plugin $plugin

Return Value

Bloc

at line 333
Plugin getPlugin()

Get Plugin

Return Value

Plugin