コード例 #1
0
ファイル: Pipe.php プロジェクト: vkartaviy/pipes
 public function current()
 {
     return $this->input->current();
 }