App\Controllers\Admin\DeveloperController::phpCommandLine PHP Method

phpCommandLine() public method

public phpCommandLine ( )
    public function phpCommandLine()
    {
        $this->resourse = false;
        $this->data['h1'] = 'PHP command line';
        $this->view->render($res, 'admin\\phpinfo.twig', $this->data);
    }