{$name})) return false; //Conflict //Else we can register object $this->{$name} = &$obj; $this->{$name}->parent = $this; return true; } /** * Returns current active object instance * * @return CS An instance pointing on current object */ public static function &get() : CS { return self::$instance; } }