Beispiel #1
0
 function __construct(Mapper $mapper, \PDOStatement $stmt_handle, array $valueArray)
 {
     parent::__construct(null, $mapper);
     $this->stmt = $stmt_handle;
     $this->valueArray = $valueArray;
 }
Beispiel #2
0
 function __construct(DomainObjectFactory $dofact, PDOStatement $stmt_handle, array $valueArray)
 {
     parent::__construct(null, $dofact);
     $this->stmt = $stmt_handle;
     $this->valueArray = $valueArray;
 }