FinderIndexerResult::__get
The magic get method is used to retrieve additional element values from the elements array.
Signature
public function __get(string
$nameĀ )
Parameters
-
$name
- The name of the element.
Returns
- mixed
- The value of the element if set, null otherwise.