class File

Methods

__construct(string $path)

No description

static File
from(string $path)

No description

string
getPath()

No description

setPath(string $path)

No description

bool
exists()

No description

bool
isReadable()

No description

array
getPathInfo()

No description

string
getDirectory()

No description

string
getFileName()

No description

string
getFileNameWithoutExtension()

No description

string
getExtension()

No description

Details

at line 17
__construct(string $path)

No description

Parameters

string $path

at line 24
static File from(string $path)

No description

Parameters

string $path

Return Value

File

at line 32
string getPath()

No description

Return Value

string

at line 36
File setPath(string $path)

No description

Parameters

string $path

Return Value

File

at line 46
bool exists()

No description

Return Value

bool

at line 50
bool isReadable()

No description

Return Value

bool

at line 54
array getPathInfo()

No description

Return Value

array

at line 58
string getDirectory()

No description

Return Value

string

at line 62
string getFileName()

No description

Return Value

string

at line 66
string getFileNameWithoutExtension()

No description

Return Value

string

at line 70
string getExtension()

No description

Return Value

string