This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939use Hoa \Consistency ;
4040use Hoa \Core ;
4141use Hoa \Event ;
42+ use Hoa \Zformat ;
4243
4344/**
4445 * Class \Hoa\Database\Dal.
4849 * @copyright Copyright © 2007-2015 Hoa community
4950 * @license New BSD License
5051 */
51- class Dal implements Core \ Parameter \Parameterizable, Event \Source
52+ class Dal implements Zformat \Parameterizable, Event \Source
5253{
5354 /**
5455 * Abstract layer: DBA.
@@ -109,7 +110,7 @@ class Dal implements Core\Parameter\Parameterizable, Event\Source
109110 /**
110111 * Parameter of \Hoa\Database\Dal.
111112 *
112- * @var \Hoa\Core \Parameter
113+ * @var \Hoa\Zformat \Parameter
113114 */
114115 protected static $ _parameters = null ;
115116
@@ -150,7 +151,7 @@ private function __construct(Array $connectionParameters)
150151 */
151152 public static function initializeParameters (Array $ parameters = [])
152153 {
153- self ::$ _parameters = new Core \Parameter (
154+ self ::$ _parameters = new Zformat \Parameter (
154155 __CLASS__ ,
155156 [],
156157 [
@@ -270,7 +271,7 @@ public static function getLastInstance()
270271 /**
271272 * Get parameters.
272273 *
273- * @return \Hoa\Core \Parameter
274+ * @return \Hoa\Zformat \Parameter
274275 */
275276 public function getParameters ()
276277 {
Original file line number Diff line number Diff line change 2626 "hoa/core" : " ~2.0" ,
2727 "hoa/event" : " ~0.0" ,
2828 "hoa/exception" : " ~0.0" ,
29+ "hoa/zformat" : " ~0.0" ,
2930 "ext-pdo" : " *"
3031 },
3132 "require-dev" : {
You can’t perform that action at this time.
0 commit comments