-
since
-
1.15.2
Table of Contents
-
$deprecated
: mixed
-
$entity
: InterfaceEntity
-
$visibility
: bool
-
__construct()
: mixed
-
getDescription()
: string
-
getEntity()
: InterfaceEntity
-
getName()
: string
-
getTagContent()
: string
-
hide()
: mixed
-
isDeprecated()
: bool
-
isHidden()
: bool
-
replaceTags()
: string
-
setDeprecated()
: mixed
-
setEntity()
: mixed
-
show()
: mixed
-
description()
: string
-
getEmptyEntity()
: InterfaceEntity
-
getTag()
: string
$deprecated
protected
mixed
$deprecated
= false
$entity
protected
InterfaceEntity
$entity
$visibility
protected
bool
$visibility
= true
__construct()
public
__construct() : mixed
Return values
mixed
—
getDescription()
public
abstract getDescription() : string
Return values
string
—
getEntity()
public
getEntity() : InterfaceEntity
Return values
InterfaceEntity
—
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
—
setEntity()
public
setEntity(InterfaceEntity $entity) : mixed
Parameters
-
$entity
: InterfaceEntity
-
-
throws
-
Exception
Return values
mixed
—
show()
public
show() : mixed
Return values
mixed
—
description()
protected
description() : string
Return values
string
—
getEmptyEntity()
protected
abstract getEmptyEntity() : InterfaceEntity
Return values
InterfaceEntity
—
getTag()
protected
getTag() : string
Return values
string
—