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