diff --git a/src/Provision.php b/src/Provision.php index fc2e38df30b1f5ea5812bf02a0079bf791eb2830..2a825ec6937bd40130fe3c831b1e0fa02588ced3 100644 --- a/src/Provision.php +++ b/src/Provision.php @@ -25,6 +25,16 @@ use Robo\Runner as RoboRunner; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; +/** + * Class Provision + * + * Uses BuilderAwareTrait to allow access to Robo Tasks: + * + * $this->getBuilder()->taskExec('ls -la') + * ->run() + * + * @package Aegir\Provision + */ class Provision implements ConfigAwareInterface, ContainerAwareInterface, LoggerAwareInterface, IOAwareInterface, BuilderAwareInterface { const APPLICATION_NAME = 'Aegir Provision'; @@ -90,7 +100,7 @@ class Provision implements ConfigAwareInterface, ContainerAwareInterface, Logger } /** - * Register the necessary classes for BLT. + * Register the necessary classes for Provision. */ public function configureContainer(Container $container) {