| 1 | <?php |
||
| 13 | final class CustomServiceClass implements Tag, StaticMethod |
||
| 14 | { |
||
| 15 | public $formatter; |
||
| 16 | |||
| 17 | public function getName() : string |
||
| 21 | |||
| 22 | public static function create($body, PassthroughFormatter $formatter = null) |
||
| 29 | |||
| 30 | public function render(?Formatter $formatter = null) : string |
||
| 34 | |||
| 35 | public function __toString() : string |
||
| 39 | } |
||
| 40 |