Orm implements Standard_Service, Registerable

Handle interaction with the database and ORM.

Tags
codeCoverageIgnore
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Standard_Service
Registerable

Table of Contents

$database  : Database
Database handler.
$orm  : EntityManager
ORM.
get_database()  : Database
Get the database handler.
get_orm()  : EntityManager
Get the ORM.
register()  : void
Register the service.

Properties

$database

Database handler.

public Database $database

$orm

ORM.

public EntityManager $orm

Methods

get_database()

Get the database handler.

public get_database() : Database
Return values
Database

get_orm()

Get the ORM.

public get_orm() : EntityManager
Return values
EntityManager

register()

Register the service.

public register() : void
Return values
void

Search results