File
extends BaseObject
in package
implements
IFile
AbstractYes
Tags
Table of Contents
Interfaces
Properties
- $extension : string
- $height : int
- $name : string
- $path : string
- $size : int
- $type : string
- $width : int
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __destruct() : mixed
- __get() : mixed
- extends() : bool
- getExtension() : string
- getHeight() : int
- getName() : string
- getPath() : string
- getReflection() : ReflectionClass
- getSize() : int
- getType() : string
- getWidth() : int
- __construct() : mixed
- 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>
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetExtension()
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
int__construct()
protected
__construct(string $name, string $type, string $extension, string $path, string $size) : mixed
Parameters
- $name : string
- $type : string
- $extension : string
- $path : string
- $size : string
Tags
init()
protected
init() : mixed