alias = $alias; } /** * Get this expression's alias * * @return string */ public function getAlias(): string { return $this->alias; } }