Extends
lithium\console\Command
Runs the `Extract` command.
Returns
voidSource
public function extract() {
$extract = new Extract(array('request' => $this->request));
return $extract->run();
}
public function extract() {
$extract = new Extract(array('request' => $this->request));
return $extract->run();
}