Skip to content
Commit f7b8dabe authored by Adrian Rossouw's avatar Adrian Rossouw
Browse files

Introduce magic getter/setters into the service, along with the owner property.

Constructing a service requires an owner alias name, which is at the moment only
@self, or the left hand alias passed in a drush command.

If properties aren't defined in the service class, when you get or set them,
they will be set on the owner's environment object.

In the backend I am using d($this->owner) to access the properties.
parent 88d905f9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment