className = $className; return $this; } /** * Get className. * * @return string */ public function getClassName() { return $this->className; } /** * Set description. * * @param string $description * * @return HookEvent */ public function setDescription($description) { $this->description = $description; return $this; } /** * Get description. * * @return string */ public function getDescription() { return $this->description; } /** * Get id. * * @return int */ public function getId() { return $this->id; } }