EC-CUBE4 APIドキュメント

ClassNameRepository extends AbstractRepository

ClassNameRepository

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

Table of Contents

$eccubeConfig array
__construct() ClassNameRepository constructor. mixed
getList() 規格一覧を取得する. array
save() 規格を保存する. mixed
delete() 規格を削除する. mixed
delete() エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。 mixed
save() エンティティの登録/保存します。 mixed
getCacheLifetime() mixed

Properties

Methods

__construct()

ClassNameRepository constructor.

public __construct( $registry : RegistryInterface ) : mixed
Parameters
$registry : RegistryInterface
Return values
mixed

getList()

規格一覧を取得する.

public getList( ) : array
Return values
array

規格の配列

delete()

規格を削除する.

public delete( $ClassName : ClassName ) : mixed
Parameters
$ClassName : ClassName
Tags
throws
ForeignKeyConstraintViolationException

外部キー制約違反の場合

throws
DriverException

SQLiteの場合, 外部キー制約違反が発生すると, DriverExceptionをthrowします.

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