Beispiel #1
0
 public function putAll(MapInterface $map)
 {
     parent::putAll($map);
     $this->sort();
     return true;
 }