public function Provision_ShellCommand::__construct in Aegir Objects 7.3
Initialize properties from the current Aegir context.
File
- drush/
Provision/ ShellCommand.php, line 14
Class
Code
public function __construct() {
foreach ($this->context_properties as $property) {
$this
->setProperty($property);
}
}