コード例 #1
0
ファイル: Injector.php プロジェクト: aurora-framework/di
 public function defineMethod($callable = [], $parameters)
 {
     RuleCollection::defineMethod($callable, $parameters);
 }