TagRepository extends AbstractRepository
TagRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Table of Contents
$eccubeConfig | array | |
---|---|---|
__construct() | mixed | |
save() | タグを保存する. | mixed |
getList() | タグ一覧を取得する. | \Eccube\Entity\Tag[] |
delete() | タグを削除する. | mixed |
delete() | エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。 | mixed |
save() | エンティティの登録/保存します。 | mixed |
getCacheLifetime() | mixed |
Properties
$eccubeConfig
protected
array
$eccubeConfig
Methods
__construct()
public
__construct(
$registry :
RegistryInterface
)
: mixed
Parameters
- $registry : RegistryInterface
Return values
mixedsave()
タグを保存する.
public
save(
$tag :
Tag
)
: mixed
Parameters
- $tag : Tag
タグ
Return values
mixedgetList()
タグ一覧を取得する.
public
getList(
)
: \Eccube\Entity\Tag[]
Return values
\Eccube\Entity\Tag[] —タグの配列
delete()
タグを削除する.
public
delete(
$Tag :
Tag
)
: mixed
Parameters
- $Tag : Tag
削除対象のタグ
Return values
mixeddelete()
エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。
public
delete(
$entity :
AbstractEntity
)
: mixed
Parameters
- $entity : AbstractEntity
Return values
mixedsave()
エンティティの登録/保存します。
public
save(
$entity :
mixed
)
: mixed
Parameters
- $entity : mixed
Return values
mixedgetCacheLifetime()
protected
getCacheLifetime(
)
: mixed