void __construct(
$item
)
|
|
Parameters:
API Tags:
Implementation of:
- Countable::count
Implementation of:
- Iterator::current
Returns the underlying item
API Tags:
Checks if underlying item is an array
API Tags:
Checks if underlying item is an object
API Tags:
Implementation of:
- Iterator::key
Implementation of:
- Iterator::next
Returns the class of the underlying item, if it is an object
API Tags:
void offsetExists(
$offset
)
|
|
Parameters:
API Tags:
| See: | ArrayObject::offsetExists() |
| Access: | public |
Implementation of:
- ArrayAccess::offsetExists
Parameters:
API Tags:
| See: | ArrayObject::offsetGet() |
| Access: | public |
Implementation of:
- ArrayAccess::offsetGet
void offsetSet(
$offset,
$value
)
|
|
Parameters:
API Tags:
| See: | ArrayObject::offsetSet() |
| Access: | public |
Implementation of:
- ArrayAccess::offsetSet
void offsetUnset(
$offset
)
|
|
Parameters:
API Tags:
| See: | ArrayObject::offsetUnset() |
| Access: | public |
Implementation of:
- ArrayAccess::offsetUnset
void oInstanceOf(
$iname
)
|
|
Checks wether the underlying item is of instance of $iname, if it is an object
Parameters:
API Tags:
Implementation of:
- Iterator::rewind
Implementation of:
- Iterator::valid