FinderIndexerResult::__set
The magic set method is used to push additional values into the elements array in order to preserve the cleanliness of the object.
Signature
public function __set(string
$name,
mixed
$value )
Parameters
-
$name
- The name of the element.
-
$value
- The value of the element.
Returns
- void