Table of Contents
Properties
-
$extension
: string
-
$fs_location
: string|null
-
$name
: string
-
$self_destruct
: bool
-
$type
: string
Methods
-
__construct()
: mixed
-
__destruct()
: mixed
-
getExtension()
: mixed
-
getFsLocation()
: mixed
-
getNameWithExtension()
: mixed
-
getNameWithoutExtension()
: mixed
-
getType()
: mixed
-
setFsLocation()
: mixed
$extension
private
string
$extension
$fs_location
private
string|null
$fs_location
$name
private
string
$name
$self_destruct
private
bool
$self_destruct
$type
private
string
$type
__construct()
public
__construct(string $name, string $extension, string $type, string $fs_location[, bool $self_destruct = false ]) : mixed
Parameters
-
$name
: string
-
-
$extension
: string
-
-
$type
: string
-
-
$fs_location
: string
-
-
$self_destruct
: bool
= false
-
__destruct()
public
__destruct() : mixed
getExtension()
public
getExtension() : mixed
getFsLocation()
public
getFsLocation() : mixed
getNameWithExtension()
public
getNameWithExtension() : mixed
getNameWithoutExtension()
public
getNameWithoutExtension() : mixed
getType()
public
getType() : mixed
setFsLocation()
public
setFsLocation(mixed $fs_location) : mixed
Parameters
-
$fs_location
: mixed
-