PHP Class GcFrontend\Controller\IndexController

Inheritance: extends Gc\Mvc\Controller\Action
Show file Open project: gotcms/gotcms

Public Methods

Method Description
indexAction ( ) : Zend\View\Model\ViewModel Generate frontend from url key

Protected Methods

Method Description
isSerialized ( string $string ) : boolean Defined is can unserialize string

Method Details

indexAction() public method

Generate frontend from url key
public indexAction ( ) : Zend\View\Model\ViewModel
return Zend\View\Model\ViewModel

isSerialized() protected method

Defined is can unserialize string
protected isSerialized ( string $string ) : boolean
$string string String
return boolean