Admin_ApplicationController::helpAction PHP Method

helpAction() public method

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