protected function Provision_ShellCommand::warning in Aegir Objects 7.3
1 call to Provision_ShellCommand::warning()
- Provision_ShellCommand::pathExists in drush/
Provision/ ShellCommand.php
File
- drush/
Provision/ ShellCommand.php, line 46
Class
Code
protected function warning($message) {
return $this
->log($message, 'warning');
}