ResourceCollection implements Countable, Iterator, ArrayAccess

Internal

Table of Contents

Interfaces

Countable
Iterator
ArrayAccess

Properties

$resources  : array<string|int, mixed>

Methods

__construct()  : mixed
addResource()  : self
addResources()  : self
count()  : int
Countable
current()  : ResourceInterface|null
getFiles()  : array<string|int, mixed>
getFolders()  : array<string|int, mixed>
getResources()  : array<string|int, ResourceInterface>
getTotalBytes()  : int
getTotalCount()  : int
getTotalFileCount()  : int
getTotalFolderCount()  : int
key()  : int
next()  : void
offsetExists()  : bool
offsetGet()  : ResourceInterface|null
offsetSet()  : void
Array Access
offsetUnset()  : void
rewind()  : void
Iterator
setResources()  : self
valid()  : bool

Properties

$resources

protected array<string|int, mixed> $resources = []
Tags
@var

ResourceInterface[];

Methods

addResources()

public addResources(array<string|int, mixed> $resources) : self
Parameters
$resources : array<string|int, mixed>
Return values
self

count()

Countable

public count() : int
Return values
int

getFiles()

public getFiles() : array<string|int, mixed>
Tags
@return

File[];

Return values
array<string|int, mixed>

getFolders()

public getFolders() : array<string|int, mixed>
Tags
@return

Folder[];

Return values
array<string|int, mixed>

getTotalBytes()

public getTotalBytes() : int
Return values
int

getTotalCount()

public getTotalCount() : int
Return values
int

getTotalFileCount()

public getTotalFileCount() : int
Return values
int

getTotalFolderCount()

public getTotalFolderCount() : int
Return values
int

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetSet()

Array Access

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

setResources()

public setResources(array<string|int, mixed> $resources) : self
Parameters
$resources : array<string|int, mixed>
Return values
self

valid()

public valid() : bool
Return values
bool

        
On this page

Search results