phpDocumentor

RelativeFilePathStringType extends FilenameStringType
in package

Class RelativeFilePathStringType

Table of Contents

$value  : string
Instance Value
__construct()  : mixed
Class Constructor
asString()  : string
Get the instance value as string.
_validateFilename()  : FilenameStringType
Validates file name.
validateFilenameIsNotAPath()  : void

Properties

Methods

__construct()

Class Constructor

public __construct(string $p_value) : mixed
Parameters
$p_value : string
Tags
throws
InvalidArgumentException
Return values
mixed

asString()

Get the instance value as string.

public asString() : string
Return values
string

validateFilenameIsNotAPath()

protected validateFilenameIsNotAPath(string $filename) : void
Parameters
$filename : string
Tags
inheritDoc
Return values
void

Search results