コード例 #1
0
ファイル: TestPlugin.php プロジェクト: niklongstone/manager
 public function activate(Puli $puli)
 {
     self::$puli = $puli;
     // Test that Puli is started and the services are accessible
     self::$environment = $puli->getEnvironment();
 }
コード例 #2
0
ファイル: TestPlugin.php プロジェクト: kormik/manager
 public function activate(Puli $puli)
 {
     self::$puli = $puli;
     // Test that Puli is started and the services are accessible
     self::$context = $puli->getContext();
 }