Table of Contents
-
add()
: mixed
-
getDescription()
: string
-
getName()
: string
-
getTags()
: array<string|int, InterfaceTag>
-
remove()
: mixed
-
replaceTags()
: string
-
setEntity()
: mixed
add()
public
add(InterfaceTag $tag) : mixed
Parameters
-
$tag
: InterfaceTag
-
Return values
mixed
—
getDescription()
public
getDescription() : string
Return values
string
—
getName()
public
getName() : string
Return values
string
—
public
getTags() : array<string|int, InterfaceTag>
Return values
array<string|int, InterfaceTag>
—
remove()
public
remove(InterfaceTag $component) : mixed
Parameters
-
$component
: InterfaceTag
-
Return values
mixed
—
public
replaceTags(string $emailContent) : string
Parameters
-
$emailContent
: string
-
Return values
string
—
setEntity()
public
setEntity(InterfaceEntity $entity) : mixed
Parameters
-
$entity
: InterfaceEntity
-
Return values
mixed
—