Constructor.
@api
string $id Alias identifier:
Boolean $public If this alias is public:
public function __construct($id, $public = true) { $this->id = strtolower($id); $this->public = $public; }