objects = array($objects); } else { $this->objects = $objects; } return $this; } /** * Get the involved Icinga objects * * @return array|\ArrayAccess|\Traversable */ public function getObjects() { return $this->objects; } }