| 1 | <?php |
||
| 8 | class ChainHydrateTemplate implements Plates\HydrateTemplate |
||
| 9 | { |
||
| 10 | private $hydrate_templates; |
||
| 11 | |||
| 12 | public function __construct(array $hydrate_templates) { |
||
| 15 | |||
| 16 | public function hydrateTemplate(Plates\Template $template) { |
||
| 21 | |||
| 22 | /** This constructor will map any callables into CallableHydrateTemplate */ |
||
| 23 | public static function create(array $hydrate_templates) { |
||
| 35 | } |
||
| 36 |