public function getName(Compiler $compiler) : string { if (null === $this->getAttribute('name')) { $this->setAttribute('name', $compiler->getVarName()); } return $this->getAttribute('name'); }