예제 #1
0
 function __construct($iterator, $predicate)
 {
     $this->predicate = $predicate;
     parent::__construct($iterator);
 }