| 1 | <?php namespace XoopsModules\Smartobject\Form\Elements; |
||
| 19 | class SmartFormAutocompleteElement extends Smartobject\Form\Elements\SmartAutocompleteElement |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * SmartFormAutocompleteElement constructor. |
||
| 23 | * @param string $object |
||
| 24 | * @param string $key |
||
| 25 | */ |
||
| 26 | public function __construct($object, $key) |
||
| 35 | } |
||
| 36 |
Methods can only be called on objects. This check looks for methods being called on variables that have been inferred to never be objects.