SourcesRepository

Extends \Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository

Sources Repository of methods to access Sources Entity

package

App\Repository

Methods

() : 

Sources[] findAll()

Response

() : 

Sources[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)

Response

SourcesRepository constructor.

__construct(\Symfony\Bridge\Doctrine\RegistryInterface $registry) 

Arguments

$registry

\Symfony\Bridge\Doctrine\RegistryInterface

find

find(mixed $id, \= $lockMode, \= $lockVersion) : \App\Entity\Sources|null

Arguments

$id

mixed

$lockMode

\=

$lockVersion

\=

Response

\App\Entity\Sources|null

findOneBy

findOneBy(array $criteria, array $orderBy = null) : \App\Entity\Sources|null

Arguments

$criteria

array

$orderBy

array

Response

\App\Entity\Sources|null