-
since
-
1.15.2
Table of Contents
-
$deprecated
: mixed
-
$visibility
: bool
-
description()
: string
-
getDescription()
: string
-
getName()
: string
-
getTagContent()
: string
-
hide()
: mixed
-
isDeprecated()
: bool
-
isHidden()
: bool
-
replaceTags()
: string
-
setDeprecated()
: mixed
-
show()
: mixed
-
getTag()
: string
$deprecated
protected
mixed
$deprecated
= false
$visibility
protected
bool
$visibility
= true
description()
public
description() : string
Return values
string
—
getDescription()
public
abstract getDescription() : string
Return values
string
—
getName()
public
getName() : string
Return values
string
—
getTagContent()
public
getTagContent() : string
Return values
string
—
hide()
public
hide() : mixed
Return values
mixed
—
isDeprecated()
public
isDeprecated() : bool
Return values
bool
—
isHidden()
public
isHidden() : bool
Return values
bool
—
public
abstract replaceTags(string $emailContent) : string
Parameters
-
$emailContent
: string
-
Return values
string
—
setDeprecated()
public
setDeprecated(bool $isDeprecated) : mixed
Parameters
-
$isDeprecated
: bool
-
Return values
mixed
—
show()
public
show() : mixed
Return values
mixed
—
getTag()
protected
getTag() : string
Return values
string
—