Lines Matching refs:string

50      * @var string
54 * @var mixed|string
63 * @var string
73 * @var string the follow handle
90 public function __construct(string $brandName, string $typeButton)
124 public static function createBrandButton(string $brand): BrandButton
178 string $brandName,
179 string $widget = self::WIDGET_BUTTON_VALUE,
180 string $icon = self::ICON_SOLID_VALUE,
193 string $brandName,
194 string $handle = null,
195 string $widget = self::WIDGET_BUTTON_VALUE,
196 string $icon = self::ICON_SOLID_VALUE,
214 public function getBrandEndpointForPage(MarkupPath $requestedPage = null): ?string
276 public function getLabel(): string
303 function getStyle(): string
397 * @return string
400 function getStyleScriptIdentifier(): string
406 * @return string - the class identifier used in the {@link BrandButton::getStyle()} script
409 function getIdentifierClass(): string
441 function getTextColor(): ?string
459 function getWidgetClass(): string
471 function getWidget(): string
523 function getTextForPage(MarkupPath $requestedPage): string
536 function getSharedUrlForPage(MarkupPath $requestedPage): string
623 function getType(): string
628 public function setHandle(string $handle): BrandButton
634 public function setLinkTitle(string $title): BrandButton
640 public function setPrimaryColor(string $color): BrandButton
653 public function setSecondaryColor(string $secondaryColor): BrandButton
659 private function getResourceIconName(): string
666 private function getPrimaryColor(): ?string
674 private function getSecondaryColor(): ?string
693 * @return string
695 public function getHtmlElement($tagAttributes): string