@@ -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 | { |
@@ -1569,7 +1569,7 @@ discard block |
||
| 1569 | 1569 | * Vrací aktuální globální verzi změn |
| 1570 | 1570 | * |
| 1571 | 1571 | * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze |
| 1572 | - * @return type |
|
| 1572 | + * @return integer |
|
| 1573 | 1573 | */ |
| 1574 | 1574 | public function getGlobalVersion() |
| 1575 | 1575 | { |
@@ -1736,6 +1736,7 @@ discard block |
||
| 1736 | 1736 | /** |
| 1737 | 1737 | * Obtain established relations listing |
| 1738 | 1738 | * |
| 1739 | + * @param integer $id |
|
| 1739 | 1740 | * @return array Null or Relations |
| 1740 | 1741 | */ |
| 1741 | 1742 | public function getVazby($id = null) |
@@ -1810,7 +1811,7 @@ discard block |
||
| 1810 | 1811 | * @param string $subject |
| 1811 | 1812 | * @param string $body Email Text |
| 1812 | 1813 | * |
| 1813 | - * @return int http response code |
|
| 1814 | + * @return boolean http response code |
|
| 1814 | 1815 | */ |
| 1815 | 1816 | public function sendByMail($to, $subject, $body, $cc = null) |
| 1816 | 1817 | { |
@@ -1861,7 +1862,6 @@ discard block |
||
| 1861 | 1862 | * Obtain document in given format |
| 1862 | 1863 | * |
| 1863 | 1864 | * @param string $format pdf/csv/xml/json/ ... |
| 1864 | - * @param string $reportName Template used to generate PDF |
|
| 1865 | 1865 | * |
| 1866 | 1866 | * @return string|null filename downloaded or none |
| 1867 | 1867 | */ |