@@ 38-45 (lines=8) @@ | ||
35 | /** |
|
36 | * @return string |
|
37 | */ |
|
38 | public function getFilename(): string |
|
39 | { |
|
40 | return $this->yaml['src']['path'] . |
|
41 | DIRECTORY_SEPARATOR . |
|
42 | str_replace('\\', DIRECTORY_SEPARATOR, $this->yaml['class']) . |
|
43 | 'Interface.php' |
|
44 | ; |
|
45 | } |
|
46 | ||
47 | /** |
|
48 | * @return Node |
@@ 56-63 (lines=8) @@ | ||
53 | /** |
|
54 | * @return string |
|
55 | */ |
|
56 | public function getFilename(): string |
|
57 | { |
|
58 | return $this->yaml['src']['path'] . |
|
59 | DIRECTORY_SEPARATOR . |
|
60 | str_replace('\\', DIRECTORY_SEPARATOR, $this->yaml['class']) . |
|
61 | '.php' |
|
62 | ; |
|
63 | } |
|
64 | ||
65 | /** |
|
66 | * @return Node |