public function __toString() : string { if ($this->className === '') { return $this->name; } return "{$this->className}::{$this->name}"; }