PHP 클래스 Neos\Neos\Controller\Module\Management\HistoryController

상속: extends Neos\Neos\Controller\Module\AbstractModuleController
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultViewObjectName string
$eventRepository Neos\Neos\EventLog\Domain\Repository\EventRepository

공개 메소드들

메소드 설명
indexAction ( integer $offset, integer $limit = 10 ) : void Show event overview.

보호된 메소드들

메소드 설명
initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void Simply sets the TypoScript path pattern on the view.

메소드 상세

indexAction() 공개 메소드

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

initializeView() 보호된 메소드

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

프로퍼티 상세

$defaultViewObjectName 보호되어 있는 프로퍼티

protected string $defaultViewObjectName
리턴 string

$eventRepository 보호되어 있는 프로퍼티

protected EventRepository,Neos\Neos\EventLog\Domain\Repository $eventRepository
리턴 Neos\Neos\EventLog\Domain\Repository\EventRepository