Beispiel #1
0
 public function __construct(FeatureObjectBuilder $builder)
 {
     parent::__construct($builder->getObjectID());
     $this->namespace = $builder->getFeatureNamespace();
     $this->name = $builder->getName();
     $this->version = $builder->getVersion();
     $this->compatibilityVersion = $builder->getCompatibilityVersion();
     $this->apiPath = $builder->getApiPath();
 }