コード例 #1
0
ファイル: When_Iterator.php プロジェクト: bahrmichael/eyeos
 public function __construct($cache = false)
 {
     parent::__construct();
     $this->position = 0;
     $this->results = array();
     $this->cache = $cache;
 }