HeadersRepository

Extends \Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository

Headers Repository of methods to access Headers Entity

package

App\Repository

Methods

() : 

Headers[] findAll()

Response

() : 

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

Response

HeadersRepository constructor.

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

Arguments

$registry

\Symfony\Bridge\Doctrine\RegistryInterface

find

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

Arguments

$id

mixed

$lockMode

\=

$lockVersion

\=

Response

\App\Entity\Headers|null

findOneBy

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

Arguments

$criteria

array

$orderBy

array

Response

\App\Entity\Headers|null