Ejemplo n.º 1
0
 public function putAll(MapInterface $map)
 {
     parent::putAll($map);
     $this->sort();
     return true;
 }
Ejemplo n.º 2
0
 public function __construct(TypeValidatorInterface $keyType, TypeValidatorInterface $valueType)
 {
     parent::__construct($keyType, $valueType);
 }