PHP Class AuthBucket\Bundle\OAuth2Bundle\Entity\AbstractEntityRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Inheritance: extends Doctrine\ORM\EntityRepository, implements AuthBucket\OAuth2\Model\ModelManagerInterface
Show file Open project: authbucket/oauth2-symfony-bundle

Public Methods

Method Description
createModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
deleteModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
readModelAll ( )
readModelBy ( array $criteria, array $orderBy = null, $limit = null, $offset = null )
readModelOneBy ( array $criteria, array $orderBy = null )
updateModel ( AuthBucket\OAuth2\Model\ModelInterface $model )

Method Details

createModel() public method

public createModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
$model AuthBucket\OAuth2\Model\ModelInterface

deleteModel() public method

public deleteModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
$model AuthBucket\OAuth2\Model\ModelInterface

readModelAll() public method

public readModelAll ( )

readModelBy() public method

public readModelBy ( array $criteria, array $orderBy = null, $limit = null, $offset = null )
$criteria array
$orderBy array

readModelOneBy() public method

public readModelOneBy ( array $criteria, array $orderBy = null )
$criteria array
$orderBy array

updateModel() public method

public updateModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
$model AuthBucket\OAuth2\Model\ModelInterface