Exemplo n.º 1
0
 public function getComments()
 {
     $textMasterAPI = new TextMasterAPI();
     return $textMasterAPI->getDocumentComments($this->api_data['id_project_api'], $this->id_document_api);
 }