@@ 54-61 (lines=8) @@ | ||
51 | /** |
|
52 | * @return string |
|
53 | */ |
|
54 | public function getFilename(): string |
|
55 | { |
|
56 | return $this->yaml['src']['path'] . |
|
57 | DIRECTORY_SEPARATOR . |
|
58 | str_replace('\\', DIRECTORY_SEPARATOR, $this->yaml['class']) . |
|
59 | '.php' |
|
60 | ; |
|
61 | } |
|
62 | ||
63 | /** |
|
64 | * @return Node |
@@ 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 |