| 1 | <?php |
||
| 9 | class CallableResolver implements StrategyAwareInterface |
||
| 10 | { |
||
| 11 | use StrategyAwareTrait; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * CallableResolver constructor. |
||
| 15 | */ |
||
| 16 | 3 | public function __construct() |
|
| 20 | |||
| 21 | /** |
||
| 22 | * @param string $in |
||
| 23 | * @return mixed |
||
| 24 | */ |
||
| 25 | 3 | public function resolve($in) { |
|
| 28 | |||
| 29 | /** |
||
| 30 | * @param string $in |
||
| 31 | * @return mixed |
||
| 32 | */ |
||
| 33 | public function resolveSafe($in) { |
||
| 36 | } |