コード例 #1
0
 /**
  * Sınıfı başlatır ve üst sınıfı başlatır
  *
  * @param array $files
  * @param string $target
  */
 public function __construct(array $files = [], $target = '')
 {
     parent::__construct($files, $target);
 }
コード例 #2
0
 public function __construct(array $connection = [], array $files = [], $target = '')
 {
     parent::__construct($files, $target);
     $this->setConnection($connection);
 }