Exemple #1
0
 public function activate(Puli $puli)
 {
     self::$puli = $puli;
     // Test that Puli is started and the services are accessible
     self::$environment = $puli->getEnvironment();
 }
Exemple #2
0
 public function activate(Puli $puli)
 {
     self::$puli = $puli;
     // Test that Puli is started and the services are accessible
     self::$context = $puli->getContext();
 }