OutgoingRepository

Extends \Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository

Outgoing Repositoty of methods to access Outgoing Entity

package

App\Repository

Methods

() : 

Outgoing[] findAll()

Response

() : 

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

Response

OutgoingRepository constructor.

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

Arguments

$registry

\Symfony\Bridge\Doctrine\RegistryInterface

Delete records older than $time in seconds

deleteRecords(integer $time) : boolean

Arguments

$time

integer

Response

boolean

find

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

Arguments

$id

mixed

$lockMode

\=

$lockVersion

\=

Response

\App\Entity\Outgoing|null

Return Outgoing record count for last minute

findByMinute() : integer
Throws
\Doctrine\ORM\NonUniqueResultException

Response

integer

Returns a count Outgoing records updated within last second

findBySecond() : string
Throws
\Doctrine\ORM\NonUniqueResultException

Response

string

findOneBy

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

Arguments

$criteria

array

$orderBy

array

Response

\App\Entity\Outgoing|null