Interface IteratorInterface

Summary

Fully Qualified Name: Zend\Cache\Storage\IteratorInterface
Extends: Iterator

Description

Methods

Name Description Defined By
getMode() Get iterator mode IteratorInterface
getStorage() Get storage instance IteratorInterface
setMode() Set iterator mode IteratorInterface

Method Details

getMode()

Get iterator mode

Returns: int Value of IteratorInterface::CURRENT_AS_*

getStorage()

Get storage instance

Returns: \StorageInterface

setMode()

Set iterator mode

Parameter Name Type Description
$mode int Value

Returns: \IteratorInterface Fluent interface

Top