run() public method

The main method of the command.
public run ( ) : void
return void
Beispiel #1
0
 /**
  * Runs the `Extract` command.
  *
  * @return void
  */
 public function extract()
 {
     $extract = new Extract(array('request' => $this->request));
     return $extract->run();
 }