Documentation

File extends BaseObject
in package
implements IFile

AbstractYes
Tags
author

Ramone Burrell

Table of Contents

Interfaces

IFile

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

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

__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
throws
Exception

        
On this page

Search results