@@ -68,6 +68,9 @@ discard block |
||
| 68 | 68 | ]; |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | + /** |
|
| 72 | + * @param string $hint |
|
| 73 | + */ |
|
| 71 | 74 | public function getLog($hint = null) |
| 72 | 75 | { |
| 73 | 76 | $ret = array(); |
@@ -99,6 +102,9 @@ discard block |
||
| 99 | 102 | } |
| 100 | 103 | } |
| 101 | 104 | |
| 105 | + /** |
|
| 106 | + * @return string |
|
| 107 | + */ |
|
| 102 | 108 | protected function getLogFilename($path, $log_item, $def_fl, array &$logs) |
| 103 | 109 | { |
| 104 | 110 | $is_hint = (isset($log_item['hint']) && !empty($log_item['hint'])); |
@@ -197,6 +203,9 @@ discard block |
||
| 197 | 203 | return 0 === $exitCode; |
| 198 | 204 | } |
| 199 | 205 | |
| 206 | + /** |
|
| 207 | + * @param string $configureOptions |
|
| 208 | + */ |
|
| 200 | 209 | protected function appendPkgConfigureOptions(&$configureOptions) |
| 201 | 210 | { |
| 202 | 211 | $opt = $this->pkg->getConfigureOptions(); |