Methods
-
-
-
-
-
-
-
-
exec() : void
-
-
-
-
getObjects() : void
-
getInserted() : void
-
getUpdated() : void
-
getDeleted() : void
-
getException() : void
-
getFailed() : void
Methods Details
-
public function __construct(variable $dbServiceName)
-
public function save(variable $name, variable $model, array $initial_data)
-
public function insert(variable $name, variable $model, array $initial_data, bool $assign)
-
public function update(variable $name, variable $model, array $initial_data, bool $assign)
-
public function delete(variable $name, variable $model)
-
protected function attach(variable $model, variable $info)
-
public function detach(variable $model)
-
public function exec()
-
public function execInsert(variable $model, array $info)
-
public function execUpdate(variable $model, array $info)
-
public function execDelete(variable $model, array $info)
-
public function getObjects()
-
public function getInserted()
-
public function getUpdated()
-
public function getDeleted()
-
public function getException()
-
public function getFailed()
-
internal function zephir_init_properties_PhalconPlus_Db_UnitOfWork()