accepts; } /** * Set the accepted value. * * @param string $value * @return Acceptance_Of */ public function accepts($value) { $this->accepts = $value; return $this; } }