Documentation

Path
in package

Value Object for paths.

This can be absolute or relative.

Table of Contents

$path  : string
file path
__construct()  : mixed
Initializes the path.
__toString()  : string
returns a string representation of the path.

Properties

$path

file path

private string $path

Methods

__construct()

Initializes the path.

public __construct(string $path) : mixed
Parameters
$path : string
Return values
mixed

__toString()

returns a string representation of the path.

public __toString() : string
Return values
string

Search results