コード例 #1
0
 public function __construct(DemoInstaller $installer, $table)
 {
     parent::__construct($installer);
     $this->table = $table;
 }
コード例 #2
0
 public function __construct(DemoInstaller $installer, $filename)
 {
     parent::__construct($installer);
     $this->filename = $filename;
 }
コード例 #3
0
 public function __construct(DemoInstaller $installer, $table, $rowCount)
 {
     parent::__construct($installer);
     $this->table = $table;
     $this->rowCount = $rowCount;
 }