Zmiany pomiędzy wersją 1 and wersją 2 dla DeployerGuide/Others/eDokumentyApi/addAttachmentToRegisterEntry
- Data i czas:
- 09/05/14 02:30:52 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi/addAttachmentToRegisterEntry
v1 v2 1 = Dodaje załącznik do wpisu w rejestrze = 1 2 3 4 ''' Definicja parametrów: ''' 2 5 {{{ 6 #!php 7 <?php 8 3 9 /** 4 10 * Dodaje załącznik do wpisu w rejestrze … … 16 22 public function addAttachmentToRegisterEntry($fileContent, $fileName, $registerEntryId, $contentTransferEncoding = 'base64', $meta_text = NULL) 17 23 24 ?> 18 25 }}}