Exemple #1
0
 function &getDomainPhrases($domainId)
 {
     $data =& $this->data_source->getDomainPhrases($domainId);
     return $data;
 }