예제 #1
0
파일: Pipe.php 프로젝트: vkartaviy/pipes
 public function current()
 {
     return $this->input->current();
 }