Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function __construct($identifier)
 {
     parent::__construct($identifier);
     $this->data = new FeatureCollection();
 }