class CodeFile extends File

Methods

__construct(string $path)

No description

from  File
static File
from(string $path)

No description

from  File
string
getPath()

No description

from  File
setPath(string $path)

No description

from  File
bool
exists()

No description

from  File
bool
isReadable()

No description

from  File
array
getPathInfo()

No description

from  File
string
getDirectory()

No description

from  File
string
getFileName()

No description

from  File
string
getFileNameWithoutExtension()

No description

from  File
string
getExtension()

No description

from  File
bool
tryInclude()

No description

bool
canBeIncluded()

No description

Details

in File at line 17
__construct(string $path)

No description

Parameters

string $path

in File at line 24
static File from(string $path)

No description

Parameters

string $path

Return Value

File

in File at line 32
string getPath()

No description

Return Value

string

in File at line 36
File setPath(string $path)

No description

Parameters

string $path

Return Value

File

in File at line 46
bool exists()

No description

Return Value

bool

in File at line 50
bool isReadable()

No description

Return Value

bool

in File at line 54
array getPathInfo()

No description

Return Value

array

in File at line 58
string getDirectory()

No description

Return Value

string

in File at line 62
string getFileName()

No description

Return Value

string

in File at line 66
string getFileNameWithoutExtension()

No description

Return Value

string

in File at line 70
string getExtension()

No description

Return Value

string

at line 13
bool tryInclude()

No description

Return Value

bool

at line 23
bool canBeIncluded()

No description

Return Value

bool