Fqsen
in package
FinalYes
Value Object for Fqsen.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Initializes the object.
- __toString() : string
- converts this class to string.
- getName() : string
- Returns the name of the element without path.
Properties
$fqsen
private
string
$fqsen
full quallified class name
$name
private
string
$name
name of the element without path.
Methods
__construct()
Initializes the object.
public
__construct(string $fqsen) : mixed
Parameters
- $fqsen : string
Tags
__toString()
converts this class to string.
public
__toString() : string
Return values
stringgetName()
Returns the name of the element without path.
public
getName() : string