Lines Matching refs:string

127     private ?string $preserveAspectRatio = null;
129 private ?string $requestedType = null;
132 private ?string $requestedClass = null;
135 private string $name;
164 * @param string $markup - the svg as a string
165 * @param string $name - a name identifier (used in diff)
169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg
455 * @return string
462 public function processAndGetMarkup(): string
474 public function getMarkup(): string
548 public function getRequestedPreserveAspectRatio(): string
611 * @return string
615 public function getBuster(): string
676 * @param string $preserveAspectRatio - the aspect ratio of the svg
679 public function setRequestedPreserveAspectRatio(string $preserveAspectRatio): FetcherSvg
687 * @var string|null - a name identifier that is added in the SVG
689 private ?string $requestedName = null;
707 * @param string $name
711 function setRequestedName(string $name): FetcherSvg
739 * @param string $viewBox
740 * @return string[]
742 private function getViewBoxAttributes(string $viewBox): array
775 public function getRequestedName(): string
801 public function getRequestedType(): string
810 * @param string $markup - the svg as a string
811 * @param string $name - a name identifier (used in diff)
814 private function setMarkup(string $markup, string $name): FetcherSvg
822 public function setRequestedType(string $requestedType): FetcherSvg
1374 public function getFetcherName(): string
1531 private function getRequestedNameOrDefault(): string
1574 public function setRequestedClass(string $value): FetcherSvg
1584 private function getRequestedClass(): string
1681 private function buildXmlDocumentIfNeeded(string $markup = null): FetcherSvg
1692 * Markup string passed directly or
1738 * @return string - the internal structure of the svg
1741 private function getInternalStructureType(): string