We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0661732 commit f635330Copy full SHA for f635330
1 file changed
src/FlexiPeeHP/Zavazek.php
@@ -0,0 +1,18 @@
1
+<?php
2
+/**
3
+ * FlexiPeeHP - Objekt závazky.
4
+ *
5
+ * @author Vítězslav Dvořák <vitex@arachne.cz>
6
+ * @copyright (C) 2015-2019 Spoje.Net
7
+ */
8
+
9
+namespace FlexiPeeHP;
10
11
+ * Description of Zavazek
12
13
+ * @author Vítězslav Dvořák <info@vitexsoftware.cz>
14
15
+class Zavazek extends \FlexiPeeHP\FlexiBeeRW
16
+{
17
+ public $evidence = 'zavazek';
18
+}
0 commit comments