\PageController

Synopsis

class PageController extends ContentController {
  • // 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.

Methods

protected