public function __construct(string $className, string $name) { $this->className = $className; $this->name = $name; }