Fqsen
in package
Value Object for Fqsen.
Tags
Table of Contents
- $fqsen : string
- $name : string
- __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
$name
private
string
$name
Methods
__construct()
Initializes the object.
public
__construct(string $fqsen) : mixed
Parameters
- $fqsen : string
Tags
Return values
mixed —__toString()
converts this class to string.
public
__toString() : string
Return values
string —getName()
Returns the name of the element without path.
public
getName() : string