UploadLogoStep
extends AbstractSetupWizardStep
in package
Class UploadLogoStep
Table of Contents
- ICON = 'heart'
- INDEX = 0
- LINK = 'gm_logo.php'
- $icon : Icon
- $index : Index
- $link : Url
- $status : Status
- $description : Text
- $key : Key
- $title : Title
- __construct() : mixed
- UploadLogoStep constructor.
- description() : Text
- headline() : Title
- icon() : Icon
- index() : Index
- jsonSerialize() : mixed
- link() : Url
- status() : Status
- stepKey() : Key
Constants
ICON
protected
string
ICON
= 'heart'
INDEX
protected
int
INDEX
= ""
LINK
protected
string
LINK
= 'gm_logo.php'
Properties
$icon
protected
Icon
$icon
$index
protected
Index
$index
$link
protected
Url
$link
$status
protected
Status
$status
$description
private
Text
$description
$key
private
Key
$key
$title
private
Title
$title
Methods
__construct()
UploadLogoStep constructor.
public
__construct(Status $status, Title $title, Text $description, Key $key) : mixed
Parameters
Return values
mixed —description()
public
description() : Text
Return values
Text —headline()
public
headline() : Title
Return values
Title —icon()
public
icon() : Icon
Return values
Icon —index()
public
index() : Index
Return values
Index —jsonSerialize()
public
jsonSerialize() : mixed
Tags
Return values
mixed —link()
public
link() : Url
Return values
Url —status()
public
status() : Status
Return values
Status —stepKey()
public
stepKey() : Key