Total Complexity | 5 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class Stub |
||
18 | { |
||
19 | /** |
||
20 | * @param string $content |
||
21 | * @return self |
||
22 | */ |
||
23 | public static function fromContent($content) |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @var string |
||
42 | */ |
||
43 | private $content; |
||
44 | |||
45 | /** |
||
46 | * @var string |
||
47 | */ |
||
48 | private $mappedAlias = ''; |
||
49 | |||
50 | /** |
||
51 | * @return string |
||
52 | */ |
||
53 | public function getContent() |
||
56 | } |
||
57 | |||
58 | /** |
||
59 | * @return string |
||
60 | */ |
||
61 | public function getMappedAlias() |
||
66 |