+
+ //With default name
+ //TODO: XXX: see how to make it works
+ /*if (isset(self::$defaultName)) {
+ $this->name = self::$defaultName;
+ }
+
+ //With default description
+ if (isset(self::$defaultDescription)) {
+ $this->name = self::$defaultDescription;
+ }*/