DomQuery::__get();
Magic method used to access private properties. This allows users to fetch, but not modify, private properties.
Definition:
public function __get($property)
Parameters:
| Name | Type | Description |
|---|---|---|
| $method | String | The name of the method being called. |
| $arguments | Array | Any arguments passed through to this method. |