lithium\console\command\G11n::extract PHP Method

extract() public method

Runs the Extract command.
public extract ( ) : integer | boolean | void
return integer | boolean | void
    public function extract()
    {
        $extract = new Extract(array('request' => $this->request));
        return $extract->run();
    }