@@ -168,14 +168,14 @@ |
||
| 168 | 168 | return $this->xcloner_encryption; |
| 169 | 169 | }*/ |
| 170 | 170 | |
| 171 | - public function __call($property, $args) { |
|
| 171 | + public function __call($property, $args) { |
|
| 172 | 172 | |
| 173 | - $property = str_replace("get_", "", $property); |
|
| 173 | + $property = str_replace("get_", "", $property); |
|
| 174 | 174 | |
| 175 | - if(property_exists($this, $property)){ |
|
| 176 | - return $this->$property; |
|
| 177 | - } |
|
| 178 | - } |
|
| 175 | + if(property_exists($this, $property)){ |
|
| 176 | + return $this->$property; |
|
| 177 | + } |
|
| 178 | + } |
|
| 179 | 179 | |
| 180 | 180 | public function check_dependencies() { |
| 181 | 181 | |
@@ -172,7 +172,7 @@ |
||
| 172 | 172 | |
| 173 | 173 | $property = str_replace("get_", "", $property); |
| 174 | 174 | |
| 175 | - if(property_exists($this, $property)){ |
|
| 175 | + if (property_exists($this, $property)) { |
|
| 176 | 176 | return $this->$property; |
| 177 | 177 | } |
| 178 | 178 | } |