Admin_ApplicationController::helpAction PHP Метод

helpAction() публичный Метод

public helpAction ( )
    public function helpAction()
    {
        $newscoop = new CampVersion();
        $this->view->version = $newscoop->getVersion();
        $this->view->api_version = Version::API_VERSION;
        $this->view->date = $newscoop->getReleaseDate();
    }
Admin_ApplicationController