Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function current()
 {
     return $this->parser->parse($this->file->current());
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function current()
 {
     return $this->parser->parse($this->file->current(), $this->days, $this->pattern);
 }