Ejemplo n.º 1
0
 public function __construct(Environment $environment, array $destFullName, $ifNotExists, $temporary, array $likeFullName, array $options)
 {
     parent::__construct($environment, $destFullName, $ifNotExists, $temporary);
     $this->likeFullName = $likeFullName;
     $this->options = $options;
 }
Ejemplo n.º 2
0
 public function __construct(Environment $environment, array $fullName, $ifNotExists, $temporary, array $columns)
 {
     parent::__construct($environment, $fullName, $ifNotExists, $temporary);
     $this->columns = $columns;
 }