]> git.agnieray.net Git - galette.git/commitdiff
phpdoc
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 11 Oct 2021 05:10:50 +0000 (07:10 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 17 Oct 2021 04:15:40 +0000 (06:15 +0200)
galette/lib/Galette/Entity/PdfModel.php

index 37d5e0d657312909b9d576d89f7a023f75152ad6..a5e1de9039a95715c35beb6716b4b8f5fe4be88c 100644 (file)
@@ -55,6 +55,17 @@ use Laminas\Db\Sql\Expression;
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7.5dev - 2013-02-19
+ *
+ * @property integer $id
+ * @property string $name
+ * @property integer $type
+ * @property string $header
+ * @property string $footer
+ * @property string $title
+ * @property string $subtitle
+ * @property string $body
+ * @property string $styles
+ * @property PdfMain $parent
  */
 
 abstract class PdfModel