PHP Interface Puli\Repository\Api\ResourceIterator

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends Iterato\Iterator
显示文件 Open project: puli/repository

Public Methods

Method Description
getCurrentResource ( ) : Puli\Repository\Api\Resource\PuliResource Returns the resource at the current position of the iterator.

Method Details

getCurrentResource() public method

Returns the resource at the current position of the iterator.
public getCurrentResource ( ) : Puli\Repository\Api\Resource\PuliResource
return Puli\Repository\Api\Resource\PuliResource The resource at the current position.