| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | function printHeader() |
||
|
|
|||
| 22 | { |
||
| 23 | $this->console->info(" |
||
| 24 | |||
| 25 | # ______ ____ __ ______ _____ __ |
||
| 26 | # / ____/ / __ \ / / / / __ \ / /__ )____ ____ _____/ /____ _____ |
||
| 27 | # / / / /_/ / / / / / / / / / /__/ / __ \/ __ \/ ___/ __/ _ \/ ___/ |
||
| 28 | # / /___ / _, _ / /__/ / /_/ / / /__/ / /_/ / /_/ (__ ) /_/ __/ / |
||
| 29 | # \____/ /_/ |_| \____/_____/ /______/\____/\____/____/\__/\___/_/ |
||
| 30 | # |
||
| 31 | "); |
||
| 32 | $this->console->info('--------- :===: Thanks for choosing CRUDBooster :==: ---------------'); |
||
| 33 | $this->console->info('===================================================================='); |
||
| 34 | } |
||
| 50 | } |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.