Lines Matching refs:componentId

152     function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet  argument
154 $snippet = Snippet::getOrCreateFromComponentId($componentId, Snippet::EXTENSION_CSS);
167 public function attachJavascriptFromComponentId($componentId, string $script = null): Snippet argument
169 $snippet = Snippet::getOrCreateFromComponentId($componentId, Snippet::EXTENSION_JS);
183 function attachInternalJavascriptFromPathForRequest($componentId, Path $path): Snippet argument
187 ->setComponentId($componentId);
195 public function getSnippetsForComponent($componentId): array argument
200 if ($snippet->getComponentId() === $componentId) {
216 public function hasSnippetsForComponent($componentId): bool argument
218 return count($this->getSnippetsForComponent($componentId)) > 0;
228 function attachSnippetFromRequest($componentId, $type): Snippet argument
230 return Snippet::getOrCreateFromComponentId($componentId, $type)
267 $componentId = "combo";
268 return $this->attachSnippetFromComboResourceDrive($wikiPath, $componentId);
272 …ction attachSnippetFromComboResourceDrive(string $pathFromComboDrive, string $componentId): Snippet argument
277 ->setComponentId($componentId);
286 …function attachRemoteJavascriptLibrary(string $componentId, string $url, string $integrity = null)… argument
291 ->setComponentId($componentId);
297 * @param string $componentId
303 …function attachRemoteJavascriptLibraryFromLiteral(string $componentId, string $url, string $integr… argument
309 ->setComponentId($componentId);
317 * @param string $componentId - the component id attached to this URL
326 …function attachRemoteCssStyleSheet(string $componentId, string $url, string $integrity = null): Sn… argument
333 ->setComponentId($componentId);
339 * @param string $componentId
345 …function attachRemoteCssStyleSheetFromLiteral(string $componentId, string $url, string $integrity … argument
352 ->setComponentId($componentId);