| Conditions | 2 |
| Paths | 2 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function printFooter($success = true) |
||
| 36 | { |
||
| 37 | $this->console->info('--'); |
||
| 38 | $this->console->info('Homepage : http://www.crudbooster.com'); |
||
| 39 | $this->console->info('Github : https://github.com/crocodic-studio/crudbooster'); |
||
| 40 | $this->console->info('Documentation : https://github.com/crocodic-studio/crudbooster/blob/master/docs/en/index.md'); |
||
| 41 | $this->console->info('===================================================================='); |
||
| 42 | if ($success == true) { |
||
| 43 | $this->console->info('------------------- :===: Completed !! :===: ------------------------'); |
||
| 44 | } else { |
||
| 45 | $this->console->info('------------------- :===: Failed !! :===: ------------------------'); |
||
| 46 | } |
||
| 48 | } |