Пример #1
0
 /**
  * perform the actual binding, returning the InjectorBuilder that now contains the binding
  * @param $value
  * @return InjectorBuilder
  */
 private function bind($value)
 {
     $this->builder->builder()->addDefinitions([$this->key => $value]);
     return $this->builder;
 }