PHP Class Eccube\Repository\Master\OrderStatusRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Inheritance: extends Doctrine\ORM\EntityRepository
Show file Open project: ec-cube/ec-cube

Public Methods

Method Description
findAllArray ( )
findNotContainsBy ( array $criteria, array $orderBy = null, integer $limit = null, integer $offset = null ) : array NOT IN で検索する.

Method Details

findAllArray() public method

public findAllArray ( )

findNotContainsBy() public method

TODO Abstract メソッドにしたい
See also: EntityRepository::findBy()
public findNotContainsBy ( array $criteria, array $orderBy = null, integer $limit = null, integer $offset = null ) : array
$criteria array
$orderBy array
$limit integer
$offset integer
return array