| 1 | <?php |
||
| 7 | class BladeXCompiler |
||
| 8 | { |
||
| 9 | /** @var \Spatie\BladeX\BladeX */ |
||
| 10 | protected $bladeX; |
||
| 11 | |||
| 12 | public function __construct(BladeX $bladeX) |
||
| 16 | |||
| 17 | public function compile(string $viewContents): string |
||
| 33 | |||
| 34 | protected function getComponentAttributes(string $componentHtml): string |
||
| 45 | |||
| 46 | protected function parseComponentInnerHtml(string $componentInnerHtml): string |
||
| 56 | } |
||
| 57 |