Lines Matching refs:string

121      * @var string the text script / style (may be null if it's an external resources)
123 private string $inlineContent;
127 private string $integrity;
151 private string $componentId;
163 private string $format = self::DEFAULT_FORMAT;
197 * @param string $componentId - the component id is a short id that you will found in the class (for internal snippet, it helps also resolve the file)
198 * @param string $extension - {@link Snippet::EXTENSION_CSS css} or {@link Snippet::EXTENSION_JS js}
201 public static function getOrCreateFromComponentId(string $componentId, string $extension): Snippet
245 * @return string - the class
248 public static function getClassFromComponentId($snippetId): string
347 public static function createComboSnippet(string $wikiPath): Snippet
354 * @param string $wikiPath - the wiki path should be absolute relative to the library namespace
359 public static function getOrCreateFromLibraryNamespace(string $wikiPath): Snippet
402 public static function createJavascriptSnippetFromComponentId(string $componentId): Snippet
453 * The content that was set via a string (It should be used
455 * @return string
458 public function getInternalDynamicContent(): string
467 * @return string|null
470 public function getInternalFileContent(): string
534 public function getClass(): string
557 * @return string - the component name identifier
561 public function getComponentId(): string
641 public function setIntegrity(?string $integrity): Snippet
650 public function addHtmlAttribute(string $name, string $value): Snippet
656 public function addElement(string $element): Snippet
731 public function getIntegrity(): ?string
751 public function getInternalInlineAndFileContent(): string
933 public function getHtmlTag(): string
952 public function setComponentId(string $componentId): Snippet
1109 public function toXhtml(): string
1167 * @param string $format
1170 public function setFormat(string $format): Snippet
1182 private function getInnerHtml(): string
1197 public function getFormat(): string