Lines Matching refs:self

147         $fetcher = self::createSvgEmpty();
158 $fetchSvg = self::createSvgEmpty();
171 return self::createSvgEmpty()->setMarkup($markup, $name);
433 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
449 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
516 $url->addQueryParameter(self::REQUESTED_PRESERVE_ASPECT_RATIO_KEY, $this->getRequestedPreserveAspectRatio());
521 $url->addQueryParameter(self::REQUESTED_NAME_ATTRIBUTE, $this->getRequestedName());
597 $content = self::processAndGetMarkup();
728 LogUtility::internalError("root not possible, we should have a last name", self::CANONICAL);
941 $extraAttributes = TagAttributes::createEmpty(self::TAG);
1352 ->addClass(StyleAttribute::addComboStrapSuffix(self::TAG))
1353 ->addClass(StyleAttribute::addComboStrapSuffix(self::TAG . "-" . $requestedType));
1376 return self::CANONICAL;
1400 LogUtility::error("The $svgAttribute value ($value) of the svg ($this) is not an integer", self::CANONICAL);
1414 LogUtility::error("The $svgAttribute value ($value) of the svg ($this) is not a float", self::CANONICAL);
1424 LogUtility::error("The $svgAttribute value ($value) of the svg ($this) is not an valid color", self::CANONICAL);
1433 case self::REQUESTED_PRESERVE_ATTRIBUTE:
1442 case self::NAME_ATTRIBUTE:
1450 case strtolower(self::REQUESTED_PRESERVE_ASPECT_RATIO_KEY):
1464 $this->getRequestedType() === self::ICON_TYPE
1470 throw new ExceptionBadArgument("We can't get the icon path. Error: {$e->getMessage()}. (ie media or icon name attribute is mandatory).", self::CANONICAL, 1, $e);
1504 if ($requestedType !== self::ICON_TYPE) {
1511 throw new ExceptionNotFound("The name ($requestedName) is not a valid icon name. Error: ({$e->getMessage()}.", self::CANONICAL, 1, $e);
1520 throw new ExceptionCompile("The icon ($requestedName) could not be downloaded. Error: ({$e->getMessage()}.", self::CANONICAL);
1685 * via markup (See {@link self::setMarkup()}
1716 throw new ExceptionRuntime("The svg file ($path) was not found", self::CANONICAL);
1734 return $this->getInternalStructureType() === self::ICON_TYPE;
1739 * of {@link self::ICON_TYPE} or {@link self::ILLUSTRATION_TYPE}
1811 return self::DEFAULT_TILE_WIDTH;