PHP Class GcDevelopment\Controller\ViewController

Inheritance: extends Gc\Mvc\Controller\Action
Datei anzeigen Open project: gotcms/gotcms

Protected Properties

Property Type Description
$aclPage array Contains information about acl

Public Methods

Method Description
createAction ( ) : Zend\View\Model\ViewModel Create view
deleteAction ( ) : Zend\View\Model\ViewModel Delete View
downloadAction ( ) : Zend\Stdlib\ResponseInterface Send a file to the browser
editAction ( ) : Zend\View\Model\ViewModel Edit view
indexAction ( ) : Zend\View\Model\ViewModel List all views
uploadAction ( ) : Zend\Http\Response Upload a file to the server

Method Details

createAction() public method

Create view
public createAction ( ) : Zend\View\Model\ViewModel
return Zend\View\Model\ViewModel

deleteAction() public method

Delete View
public deleteAction ( ) : Zend\View\Model\ViewModel
return Zend\View\Model\ViewModel

downloadAction() public method

Send a file to the browser
public downloadAction ( ) : Zend\Stdlib\ResponseInterface
return Zend\Stdlib\ResponseInterface

editAction() public method

Edit view
public editAction ( ) : Zend\View\Model\ViewModel
return Zend\View\Model\ViewModel

indexAction() public method

List all views
public indexAction ( ) : Zend\View\Model\ViewModel
return Zend\View\Model\ViewModel

uploadAction() public method

Upload a file to the server
public uploadAction ( ) : Zend\Http\Response
return Zend\Http\Response

Property Details

$aclPage protected_oe property

Contains information about acl
protected array $aclPage
return array