public function add(Cacheable $fs) { $this->annotations->merge($fs->getAnnotations()); $this->objs = array_merge($this->objs, $fs->objs); }