| 1 | <?php |
||
| 8 | class CallableHydrateTemplate implements Plates\HydrateTemplate |
||
| 9 | { |
||
| 10 | private $hydrate_template; |
||
| 11 | |||
| 12 | public function __construct(callable $hydrate_template) { |
||
| 15 | |||
| 16 | public function hydrateTemplate(Plates\Template $template) { |
||
| 19 | |||
| 20 | public static function stub() { |
||
| 23 | |||
| 24 | public static function resolveData(callable $resolveData) { |
||
| 29 | |||
| 30 | public static function resolvePath(callable $resolvePath) { |
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.