예제 #1
0
 public function __construct(tubepress_api_log_LoggerInterface $logger, tubepress_api_url_UrlFactoryInterface $urlFactory, tubepress_api_util_LangUtilsInterface $langUtils, tubepress_api_util_StringUtilsInterface $stringUtils, tubepress_api_boot_BootSettingsInterface $bootSettings)
 {
     parent::__construct($logger, $urlFactory, $langUtils, $stringUtils);
     $this->_bootSettings = $bootSettings;
 }
예제 #2
0
 public function __construct(tubepress_api_options_ContextInterface $context, tubepress_api_url_UrlFactoryInterface $urlFactory, tubepress_api_util_LangUtilsInterface $langUtils, tubepress_api_log_LoggerInterface $log, tubepress_api_util_StringUtilsInterface $stringUtils, tubepress_internal_finder_FinderFactory $finderFactory)
 {
     parent::__construct($log, $urlFactory, $langUtils, $stringUtils);
     $this->_context = $context;
     $this->_finderFactory = $finderFactory;
 }