Beispiel #1
0
 public function __construct(BasePDO $_pdo, FilesystemInterface $_filesystem, Event $_event)
 {
     parent::__construct($_pdo, $_filesystem);
     $this->_event = $_event;
 }
Beispiel #2
0
 public function __construct(BasePDO $_pdo, FilesystemInterface $_fs, PledgeClass $_pc)
 {
     parent::__construct($_pdo, $_fs);
     $this->_pc = $_pc;
 }