reserved); } /** * Set the reserved values for the attribute * * @param array $reserved * @return Exclusion_Of */ public function from($reserved) { $this->reserved = $reserved; return $this; } }