Пример #1
0
 /**
  * Write a Phinx command to the output.
  *
  * @param string $command Command Name
  * @param array  $args    Command Args
  * @return void
  */
 public function writeCommand($command, $args = array())
 {
     $this->adapter->writeCommand($command, $args);
 }