class BaseInfoRepository extends EntityRepository

BaseInfoRepository

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

Properties

protected Application $app

Methods

setApplication(Application $app)

No description

object|null
get(mixed $id = 1)

get

Details

at line 43
setApplication(Application $app)

Parameters

Application $app

at line 55
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.