Atlas

Extends \Ascmvc\AbstractModelObject

Class Atlas

The Atlas class extends the AbstractModelObject and uses the atlas/orm library.

package

LightMVC/ASCMVC

Methods

Protected method : this class cannot be copied because it is a Singleton.

__clone() : \Ascmvc\void.
inherited abstract

Response

\Ascmvc\void.

Protected method : this class cannot be instantiated by the new keyword because it is a Singleton.

__construct() : \Ascmvc\void.
inherited abstract

Response

\Ascmvc\void.

Static method : returns the Singleton instance of the model class.

getInstance(string $connType, string $connName, array $params) : mixed
inherited static

Arguments

$connType

string

$connName

string

$params

array

Response

mixed

Properties

Array contains instances of model objects (DBAL or ORM).

modelInstance : array|null
inherited static
var

Type(s)

array|null