items); } /** * Called during unserialization of the object. * * @param string $serialized The string representation of the object. */ public function unserialize($serialized) { $this->items = unserialize($serialized); } }