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

Inheritance: extends Neos\Neos\Controller\Module\AbstractModuleController
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$defaultViewObjectName string
$eventRepository Neos\Neos\EventLog\Domain\Repository\EventRepository

Méthodes publiques

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

Méthodes protégées

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

Method Details

indexAction() public méthode

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

initializeView() protected méthode

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

Property Details

$defaultViewObjectName protected_oe property

protected string $defaultViewObjectName
Résultat string

$eventRepository protected_oe property

protected EventRepository,Neos\Neos\EventLog\Domain\Repository $eventRepository
Résultat Neos\Neos\EventLog\Domain\Repository\EventRepository