PHP Class GcDevelopment\Controller\LayoutController

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 Layout
deleteAction ( ) : Zend\View\Model\ViewModel Delete layout
downloadAction ( ) : Zend\Stdlib\ResponseInterface Send a file to the browser
editAction ( ) : Zend\View\Model\ViewModel Edit layout
indexAction ( ) : Zend\View\Model\ViewModel List all layouts
uploadAction ( ) : Zend\Http\Response Upload a file to the server

Method Details

createAction() public method

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

deleteAction() public method

Delete layout
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 layout
public editAction ( ) : Zend\View\Model\ViewModel
return Zend\View\Model\ViewModel

indexAction() public method

List all layouts
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