Runs the `Extract` command.

Returns

void

Source

						public function extract() {
		$extract = new Extract(array('request' => $this->request));
		return $extract->run();
	}