real = $real; if ($alias == null) { $this->alias = $real; } else { $this->alias = $alias; } $this->pseudo = $pseudo; } }