예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function current()
 {
     return $this->parser->parse($this->file->current());
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function current()
 {
     return $this->parser->parse($this->file->current(), $this->days, $this->pattern);
 }