Documentation

Fqsen
in package

Value Object for Fqsen.

Tags
link
https://github.com/phpDocumentor/fig-standards/blob/master/proposed/phpdoc-meta.md
psalm-immutable

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

Methods

__construct()

Initializes the object.

public __construct(string $fqsen) : mixed
Parameters
$fqsen : string
Tags
throws
InvalidArgumentException

when $fqsen is not matching the format.

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
Return values
string

Search results