| 1 | <?php |
||
| 12 | final class CustomServiceInterface implements Tag, StaticMethod |
||
| 13 | { |
||
| 14 | public $formatter; |
||
| 15 | |||
| 16 | public function getName() : string |
||
| 20 | |||
| 21 | public static function create($body, Formatter $formatter = null) |
||
| 28 | |||
| 29 | public function render(?Formatter $formatter = null) : string |
||
| 33 | |||
| 34 | public function __toString() : string |
||
| 38 | } |
||
| 39 |