@@ -466,7 +466,7 @@ discard block |
||
| 466 | 466 | * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical |
| 467 | 467 | * |
| 468 | 468 | * @param string $format |
| 469 | - * @return boolen format is availble |
|
| 469 | + * @return boolean format is availble |
|
| 470 | 470 | */ |
| 471 | 471 | public function setFormat($format) |
| 472 | 472 | { |
@@ -1603,7 +1603,7 @@ discard block |
||
| 1603 | 1603 | * Vrací aktuální globální verzi změn |
| 1604 | 1604 | * |
| 1605 | 1605 | * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze |
| 1606 | - * @return type |
|
| 1606 | + * @return integer |
|
| 1607 | 1607 | */ |
| 1608 | 1608 | public function getGlobalVersion() |
| 1609 | 1609 | { |
@@ -1770,6 +1770,7 @@ discard block |
||
| 1770 | 1770 | /** |
| 1771 | 1771 | * Obtain established relations listing |
| 1772 | 1772 | * |
| 1773 | + * @param integer $id |
|
| 1773 | 1774 | * @return array Null or Relations |
| 1774 | 1775 | */ |
| 1775 | 1776 | public function getVazby($id = null) |
@@ -1844,7 +1845,7 @@ discard block |
||
| 1844 | 1845 | * @param string $subject Email Subject |
| 1845 | 1846 | * @param string $body Email Text |
| 1846 | 1847 | * |
| 1847 | - * @return int http response code |
|
| 1848 | + * @return boolean http response code |
|
| 1848 | 1849 | */ |
| 1849 | 1850 | public function sendByMail($to, $subject, $body, $cc = null) |
| 1850 | 1851 | { |
@@ -1902,7 +1903,6 @@ discard block |
||
| 1902 | 1903 | * Obtain document in given format |
| 1903 | 1904 | * |
| 1904 | 1905 | * @param string $format pdf/csv/xml/json/ ... |
| 1905 | - * @param string $reportName Template used to generate PDF |
|
| 1906 | 1906 | * |
| 1907 | 1907 | * @return string|null filename downloaded or none |
| 1908 | 1908 | */ |