Example #1
0
 public function getDocumentTypes()
 {
     if ($this->validateAdmin()) {
         echo json_encode(DocumentType::GetAll());
     } else {
         echo 0;
     }
 }