Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / feature / class_
index 89d8688641b53799ace55168d90eb07628e66924..f48cd3cf286075cacecdea3031a91c97399c2a62 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Feature\!!!;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Feature\BaseFeature;
+use Org\Mxchange\CoreFramework\Feature\Feature;
+
 /**
  * A ??? feature class
  *
@@ -53,7 +60,7 @@ class ???Feature extends BaseFeature implements Feature {
         */
        public function isFeatureAvailable () {
                // Default is not available
-               $isAvailable = FALSE;
+               $isAvailable = false;
 
                // Unfinished:
                $this->partialStub('Please implement this method.');