Beispiel #1
0
 public function put($key, $value)
 {
     parent::put($key, $value);
     $this->sort();
     return true;
 }