Class FileList
Representation of a list of request files.
-
ICanBoogie\HTTP\FileList
implements
ArrayAccess,
IteratorAggregate,
Countable
Methods summary
public static
ICanBoogie\HTTP\FileList
|
|
public
|
|
public
boolean
|
#
offsetExists( string $id )
Checks if a file exists.
Parameters
Returns
boolean
Implementation of
ArrayAccess::offsetExists()
|
public
ICanBoogie\HTTP\File |null
|
#
offsetGet( string $id )
Returns a file.
Parameters
Returns
Implementation of
ArrayAccess::offsetGet()
|
public
|
|
public
|
#
offsetUnset( string $id )
Removes a file.
Parameters
Implementation of
ArrayAccess::offsetUnset()
|
public
ArrayIterator
|
#
getIterator( )
Returns
ArrayIterator
Inheritdoc
Implementation of
IteratorAggregate::getIterator()
|
public
integer
|
#
count( )
Returns the number of files in the collection.
Returns the number of files in the collection.
Returns
integer
Implementation of
Countable::count()
|