EC-CUBE4 APIドキュメント

BlockPositionRepository extends AbstractRepository

BlockPositionRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.

Table of Contents

$blockRepository BlockRepository
$eccubeConfig array
__construct() BlockPositionRepository constructor. mixed
register() レイアウトに紐づくブロックの個数分登録を行う mixed
delete() エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。 mixed
save() エンティティの登録/保存します。 mixed
getCacheLifetime() mixed

Properties

Methods

register()

レイアウトに紐づくブロックの個数分登録を行う

public register( $data : array|null , $Blocks : , $UnusedBlocks : , $Layout : Layout|null ) : mixed
Parameters
$data : array|null
$Blocks :
$UnusedBlocks :
$Layout : Layout|null
Return values
mixed

delete()

エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。

public delete( $entity : AbstractEntity ) : mixed
Parameters
$entity : AbstractEntity
Return values
mixed

save()

エンティティの登録/保存します。

public save( $entity : mixed ) : mixed
Parameters
$entity : mixed
Return values
mixed

Search results