interface IteratorResourceInterface

A resource is something formulae can be loaded from.

@author Kris Wallsmith <kris.wallsmith@gmail.com>

Hierarchy

Expanded class hierarchy of IteratorResourceInterface

All classes that implement IteratorResourceInterface

1 file declares its use of IteratorResourceInterface
CachedFormulaLoader.php in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php, line 19

Namespace

Assetic\Factory\Resource
View source
interface IteratorResourceInterface extends ResourceInterface, \IteratorAggregate {

}

Members

Namesort descending Modifiers Type Description Overrides
ResourceInterface::getContent public function Returns the content of the resource. 4
ResourceInterface::isFresh public function Checks if a timestamp represents the latest resource. 4
ResourceInterface::__toString public function Returns a unique string for the current resource. 4