class HelpRepository extends EntityRepository

HelpRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.

Methods

object|null
get(mixed $id = 1)

get

Details

at line 44
object|null get(mixed $id = 1)

get

Parameters

mixed $id The identifier.

Return Value

object|null The entity instance or NULL if the entity can not be found.