LocalFile
extends File
in package
FinalYes
Tags
Table of Contents
Properties
- $extension : string
- $height : int
- $name : string
- $path : string
- $size : int
- $type : string
- $width : int
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- extends() : bool
- get() : LocalFile
- getExtension() : string
- getHeight() : int
- getName() : string
- getPath() : string
- getReflection() : ReflectionClass
- getSize() : int
- getType() : string
- getWidth() : int
- init() : mixed
Properties
$extension
protected
string
$extension
$height
protected
int
$height
= 0
$name
protected
string
$name
$path
protected
string
$path
$size
protected
int
$size
= 0
$type
protected
string
$type
$width
protected
int
$width
= 0
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct() : mixed
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolget()
public
static get(string $file_path) : LocalFile
Parameters
- $file_path : string
Tags
Return values
LocalFilegetExtension()
public
getExtension() : string
Tags
Return values
stringgetHeight()
public
getHeight() : int
Tags
Return values
intgetName()
public
getName() : string
Tags
Return values
stringgetPath()
public
getPath() : string
Tags
Return values
stringgetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassgetSize()
public
getSize() : int
Tags
Return values
intgetType()
public
getType() : string
Tags
Return values
stringgetWidth()
public
getWidth() : int
Tags
Return values
intinit()
protected
init() : mixed