@@ -315,6 +315,9 @@ |
||
| 315 | 315 | } |
| 316 | 316 | |
| 317 | 317 | |
| 318 | + /** |
|
| 319 | + * @param string $property |
|
| 320 | + */ |
|
| 318 | 321 | private function ___isNotEmptyExtProperty($property) |
| 319 | 322 | { |
| 320 | 323 | return isset($this->{$property}) && is_string($this->{$property}) && strlen($this->{$property}) > 0; |