RequiredDirectory
extends ExistingDirectory
in package
Class RequiredDirectory
Table of Contents
- $value : string
- Instance Value
- __construct() : mixed
- RequiredDirectory constructor.
- asString() : string
- Get the instance value as string.
- getAbsolutePath() : string
- Returns the absolute path.
- getDirPath() : string
- Returns the absolute directory path.
- _getRealPath() : string
Properties
$value
Instance Value
protected
string
$value
Methods
__construct()
RequiredDirectory constructor.
public
__construct(string $absoluteDirPath) : mixed
Parameters
- $absoluteDirPath : string
Return values
mixed —asString()
Get the instance value as string.
public
asString() : string
Return values
string —getAbsolutePath()
Returns the absolute path.
public
getAbsolutePath() : string
Return values
string —getDirPath()
Returns the absolute directory path.
public
getDirPath() : string
Return values
string —_getRealPath()
protected
_getRealPath( $path) : string