PHP Class ManaPHP\Mvc\Model\Manager

Inheritance: extends ManaPHP\Component, implements ManaPHP\Mvc\Model\ManagerInterface
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_builder ManaPHP\Mvc\Model\QueryBuilderInterface
$_readConnectionServices array
$_recallGetModelSource boolean
$_sources array
$_writeConnectionServices array

Méthodes publiques

Méthode Description
createBuilder ( string | array $params = null ) : ManaPHP\Mvc\Model\QueryBuilderInterface Creates a \ManaPHP\Mvc\Model\Query\Builder
getLastQuery ( ) : string Returns the latest query created or executed in the models manager
getModelSource ( ManaPHP\Mvc\ModelInterface | string $model ) : string Returns the mapped source for a model
getReadConnection ( ManaPHP\Mvc\ModelInterface | string $model ) : ManaPHP\DbInterface Returns the connection to read data related to a model
getReadConnectionService ( ManaPHP\Mvc\ModelInterface | string $model ) : string Returns the connection service name used to read data related to a model
getWriteConnection ( ManaPHP\Mvc\ModelInterface | string $model ) : ManaPHP\DbInterface Returns the connection to write data related to a model
getWriteConnectionService ( ManaPHP\Mvc\ModelInterface | string $model ) : string Returns the connection service name used to write data related to a model
setConnectionService ( ManaPHP\Mvc\ModelInterface | string $model, string $connectionService ) : static Sets both write and read connection service for a model
setModelSource ( ManaPHP\Mvc\ModelInterface | string $model, string $source ) : static Sets the mapped source for a model
setReadConnectionService ( ManaPHP\Mvc\ModelInterface | string $model, string $connectionService ) : static Sets read connection service for a model
setWriteConnectionService ( ManaPHP\Mvc\ModelInterface | string $model, string $connectionService ) : static Sets write connection service for a model

Method Details

createBuilder() public méthode

Creates a \ManaPHP\Mvc\Model\Query\Builder
public createBuilder ( string | array $params = null ) : ManaPHP\Mvc\Model\QueryBuilderInterface
$params string | array
Résultat ManaPHP\Mvc\Model\QueryBuilderInterface

getLastQuery() public méthode

Returns the latest query created or executed in the models manager
public getLastQuery ( ) : string
Résultat string

getModelSource() public méthode

Returns the mapped source for a model
public getModelSource ( ManaPHP\Mvc\ModelInterface | string $model ) : string
$model ManaPHP\Mvc\ModelInterface | string
Résultat string

getReadConnection() public méthode

Returns the connection to read data related to a model
public getReadConnection ( ManaPHP\Mvc\ModelInterface | string $model ) : ManaPHP\DbInterface
$model ManaPHP\Mvc\ModelInterface | string
Résultat ManaPHP\DbInterface

getReadConnectionService() public méthode

Returns the connection service name used to read data related to a model
public getReadConnectionService ( ManaPHP\Mvc\ModelInterface | string $model ) : string
$model ManaPHP\Mvc\ModelInterface | string
Résultat string

getWriteConnection() public méthode

Returns the connection to write data related to a model
public getWriteConnection ( ManaPHP\Mvc\ModelInterface | string $model ) : ManaPHP\DbInterface
$model ManaPHP\Mvc\ModelInterface | string
Résultat ManaPHP\DbInterface

getWriteConnectionService() public méthode

Returns the connection service name used to write data related to a model
public getWriteConnectionService ( ManaPHP\Mvc\ModelInterface | string $model ) : string
$model ManaPHP\Mvc\ModelInterface | string
Résultat string

setConnectionService() public méthode

Sets both write and read connection service for a model
public setConnectionService ( ManaPHP\Mvc\ModelInterface | string $model, string $connectionService ) : static
$model ManaPHP\Mvc\ModelInterface | string
$connectionService string
Résultat static

setModelSource() public méthode

Sets the mapped source for a model
public setModelSource ( ManaPHP\Mvc\ModelInterface | string $model, string $source ) : static
$model ManaPHP\Mvc\ModelInterface | string
$source string
Résultat static

setReadConnectionService() public méthode

Sets read connection service for a model
public setReadConnectionService ( ManaPHP\Mvc\ModelInterface | string $model, string $connectionService ) : static
$model ManaPHP\Mvc\ModelInterface | string
$connectionService string
Résultat static

setWriteConnectionService() public méthode

Sets write connection service for a model
public setWriteConnectionService ( ManaPHP\Mvc\ModelInterface | string $model, string $connectionService ) : static
$model ManaPHP\Mvc\ModelInterface | string
$connectionService string
Résultat static

Property Details

$_builder protected_oe property

protected QueryBuilderInterface,ManaPHP\Mvc\Model $_builder
Résultat ManaPHP\Mvc\Model\QueryBuilderInterface

$_readConnectionServices protected_oe property

protected array $_readConnectionServices
Résultat array

$_recallGetModelSource protected_oe property

protected bool $_recallGetModelSource
Résultat boolean

$_sources protected_oe property

protected array $_sources
Résultat array

$_writeConnectionServices protected_oe property

protected array $_writeConnectionServices
Résultat array