Class PathType

Class PathType

StringType
NonEmptyStringType
PathType

Direct known subclasses

ExistingDirectory, ExistingFile

Indirect known subclasses

UploadedFile, WritableDirectory, WritableFile

Package: Shared\FileSystem
Category: System
Located at Shared/FileSystem/PathType.inc.php

Methods summary

public __construct( string $absolutePath )

PathType constructor.

protected _getRealPath( $path ) : string
public getAbsolutePath( void ) : string

Returns the absolute path.

Methods inherited from StringType

asString()

Properties summary

Properties inherited from StringType

$value