PHP Class phpstreams\operations\LimitOperation

Author: Bert Peters ([email protected])
Inheritance: extends phpstreams\Stream
Afficher le fichier Open project: bertptrs/phpstreams

Méthodes publiques

Méthode Description
__construct ( type $source, type $limit ) Construct a limited stream.
getIterator ( )

Method Details

__construct() public méthode

Construct a limited stream.
public __construct ( type $source, type $limit )
$source type
$limit type The number of items to show, at most.

getIterator() public méthode

public getIterator ( )