| 1 | <?php |
||
| 8 | class ParameterWire |
||
| 9 | { |
||
| 10 | private static $parameters = []; |
||
| 11 | |||
| 12 | public static function appendParameter(ParameterInterface $key, $value) |
||
| 19 | |||
| 20 | public static function appendParameterCallback(LazyWiringParameterCallback $callback) |
||
| 24 | |||
| 25 | public static function injectParameter(ParameterMap $map) |
||
| 36 | |||
| 37 | private static function makeParameter() |
||
| 52 | |||
| 53 | public static function lazyCallback(callable $func) |
||
| 57 | |||
| 58 | public static function lazy(callable $parameter) |
||
| 62 | } |
||
| 63 |