]> git.mxchange.org Git - core.git/commitdiff
Added some more missing class fields.
authorRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 22:56:48 +0000 (00:56 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 6 Apr 2015 22:56:48 +0000 (00:56 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/images/class_BaseImage.php

index 5edd3d0740687819cc710c97e267f62291f33109..3c44ef604dc369122a8c94c2e0d179b230ca3835 100644 (file)
@@ -37,6 +37,22 @@ class BaseImage extends BaseFrameworkSystem implements Registerable {
         */
        private $height = '';
 
         */
        private $height = '';
 
+       /**
+        * X/Y
+        */
+       private $x = '';
+       private $y = '';
+
+       /**
+        * Font size
+        */
+       private $fontSize = '';
+
+       /**
+        * Image string
+        */
+       private $imageString = '';
+
        /**
         * Background color in RGB
         */
        /**
         * Background color in RGB
         */