1 | <?php |
||
12 | final class CustomParam implements Tag, StaticMethod |
||
13 | { |
||
14 | public $myParam; |
||
15 | public $fqsenResolver; |
||
16 | |||
17 | public function getName() : string |
||
21 | |||
22 | public static function create($body, FqsenResolver $fqsenResolver = null, ?string $myParam = null) |
||
30 | |||
31 | public function render(?Formatter $formatter = null) : string |
||
35 | |||
36 | public function __toString() : string |
||
40 | } |
||
41 |