accepted); } /** * Set the accepted values for the attribute. * * @param array $accepted * @return Inclusion_Of */ public function in($accepted) { $this->accepted = $accepted; return $this; } }