class OrderStatusRepository extends EntityRepository

OrderStatusRepository

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

Methods

array
findNotContainsBy(array $criteria, array $orderBy = null, integer $limit = null, integer $offset = null)

NOT IN で検索する.

findAllArray()

No description

Details

at line 50
array findNotContainsBy(array $criteria, array $orderBy = null, integer $limit = null, integer $offset = null)

NOT IN で検索する.

TODO Abstract メソッドにしたい

Parameters

array $criteria
array $orderBy
integer $limit
integer $offset

Return Value

array

See also

EntityRepository::findBy()

at line 79
findAllArray()