\PageController
Synopsis
class PageController
extends ContentController
{
- // members
- private static array $allowed_actions = ;
- // methods
- protected void init()
Hierarchy
Extends
- SilverStripe\CMS\Controllers\ContentController
Members
private
- $allowed_actions
—
array
An array of actions that can be accessed via a request. Each array element should be an action name, and the permissions or conditions required to allow the user to access it.