FOF30\Generator\Command\Command::in PHP Method

in() protected method

Proxy the in() call to the application
protected in ( )
    protected function in()
    {
        /** @var \FofApp $app */
        $app = JFactory::getApplication();
        return $app->in();
    }