PHP Class Neos\Neos\Controller\Module\Management\HistoryController

Inheritance: extends Neos\Neos\Controller\Module\AbstractModuleController
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$defaultViewObjectName string
$eventRepository Neos\Neos\EventLog\Domain\Repository\EventRepository

Public Methods

Method Description
indexAction ( integer $offset, integer $limit = 10 ) : void Show event overview.

Protected Methods

Method Description
initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void Simply sets the TypoScript path pattern on the view.

Method Details

indexAction() public method

Show event overview.
public indexAction ( integer $offset, integer $limit = 10 ) : void
$offset integer
$limit integer
return void

initializeView() protected method

Simply sets the TypoScript path pattern on the view.
protected initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void
$view Neos\Flow\Mvc\View\ViewInterface
return void

Property Details

$defaultViewObjectName protected property

protected string $defaultViewObjectName
return string

$eventRepository protected property

protected EventRepository,Neos\Neos\EventLog\Domain\Repository $eventRepository
return Neos\Neos\EventLog\Domain\Repository\EventRepository