Interfaces, Classes and Traits
- InterfaceTag
Table of Contents
-
$visibility
: bool
-
getDescription()
: string
-
getName()
: string
-
hide()
: mixed
-
isHidden()
: bool
-
replaceTags()
: string
-
show()
: mixed
$visibility
protected
bool
$visibility
= true
getDescription()
public
abstract getDescription() : string
Return values
string
—
getName()
public
abstract getName() : string
Return values
string
—
hide()
public
hide() : mixed
Return values
mixed
—
isHidden()
public
isHidden() : bool
Return values
bool
—
public
abstract replaceTags(string $emailContent) : string
Parameters
-
$emailContent
: string
-
Return values
string
—
show()
public
show() : mixed
Return values
mixed
—