Exemple #1
0
 public function __construct($cache = false)
 {
     parent::__construct();
     $this->position = 0;
     $this->results = array();
     $this->cache = $cache;
 }