Documentation

LocalFilePath implements JsonSerializable

Class LocalFilePath

Interfaces, Classes and Traits

JsonSerializable

Table of Contents

WHITESPACE_REGEXP  = '/%20/'
$localFilePath  : string
__construct()  : mixed
LocalFilePath constructor.
jsonSerialize()  : mixed
value()  : string

Constants

WHITESPACE_REGEXP

protected mixed WHITESPACE_REGEXP = '/%20/'

Properties

Methods

__construct()

LocalFilePath constructor.

public __construct(string $localFilePath) : mixed
Parameters
$localFilePath : string
Tags
throws
FileDoesNotExistException
Return values
mixed

jsonSerialize()

public jsonSerialize() : mixed
Tags
inheritDoc
Return values
mixed

Search results