rule = $rule; return $this; } /** * Get rule * * @return string */ public function getRule() { return $this->rule; } }