class DatabaseManagerORM (View source)

Properties

protected Application $app

The application instance.

protected $entityManager

Methods

__construct(Application $app)

Create a new database ORM manager instance.

EntityManager
entityManager()

No description

Details

__construct(Application $app)

Create a new database ORM manager instance.

Parameters

Application $app

EntityManager entityManager()

No description

Return Value

EntityManager