コード例 #1
0
ファイル: withLogger.php プロジェクト: estvoyage/risingsun
 function __construct(http\router\logger $logger, http\route $route, route\endpoint $noRouteFoundEndpoint, route\endpoint $internalErrorEndpoint)
 {
     $this->logger = $logger;
     parent::__construct($route, $noRouteFoundEndpoint, $internalErrorEndpoint);
 }