PHP 클래스 Piwik\Http\ControllerResolver

A controller is a PHP callable.
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( DI\FactoryInterface $abstractFactory, WidgetsProvider $widgets )
getController ( string $module, string | null $action, array &$parameters ) : callable

비공개 메소드들

메소드 설명
createCoreHomeController ( )
createPluginController ( $module, $action )
createReportController ( $module, $action, array &$parameters )
createWidgetController ( $module, $action, array &$parameters )

메소드 상세

__construct() 공개 메소드

public __construct ( DI\FactoryInterface $abstractFactory, WidgetsProvider $widgets )
$abstractFactory DI\FactoryInterface
$widgets Piwik\Plugin\WidgetsProvider

getController() 공개 메소드

public getController ( string $module, string | null $action, array &$parameters ) : callable
$module string
$action string | null
$parameters array
리턴 callable The controller is a PHP callable.