popMode(); } public function hashCode() : int { return Hasher::hash($this->getActionType()); } public function equals(object $other) : bool { if ($this === $other) { return true; } return $other instanceof self; } public function __toString() : string { return 'popMode'; } }