Esempio n. 1
0
 public function addDocument(Documentable $document)
 {
     $key = $document->getId();
     $value = $document->getContent();
     $this->data[$key] = $value;
 }