Documentation

ICronRequestRepository extends IAbstractRepository

Table of Contents

Methods

delete()  : void
deleteList()  : void
findAll()  : array<string|int, CronRequest>|null
findById()  : CronRequest|null
findByUserAndDateInterval()  : array<string|int, CronRequest>|null
flush()  : void
insert()  : void
insertList()  : void
merge()  : object
persist()  : void
remove()  : void
update()  : void
updateList()  : void

Methods

deleteList()

public deleteList(array<string|int, object> $entities) : void
Parameters
$entities : array<string|int, object>
Tags
throws
DataException
throws
ORMException
throws
OptimisticLockException

findByUserAndDateInterval()

public findByUserAndDateInterval(Client $client, DateTime $firstDate, DateTime $lastDate) : array<string|int, CronRequest>|null
Parameters
$client : Client
$firstDate : DateTime
$lastDate : DateTime
Return values
array<string|int, CronRequest>|null

flush()

public flush() : void
Tags
throws
ORMException
throws
OptimisticLockException

insertList()

public insertList(array<string|int, object> $entities) : void
Parameters
$entities : array<string|int, object>
Tags
throws
DataException
throws
ORMException
throws
OptimisticLockException

updateList()

public updateList(array<string|int, object> $entities) : void
Parameters
$entities : array<string|int, object>
Tags
throws
DataException
throws
ORMException
throws
OptimisticLockException

        
On this page

Search results