| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function output($args = null) |
||
| 28 | { |
||
| 29 | $this->_io->out("\n\n"); |
||
| 30 | $this->_io->styles('header', ['text' => 'green']); |
||
| 31 | |||
| 32 | $this->_io->out('<header> ______ _____ ___ ____ __ ______ _____ ______</header>'); |
||
| 33 | $this->_io->out('<header> / __/ / / / _ )/ _ \/ __ \/ |/ / _ | / _/ |/ / __/</header>'); |
||
| 34 | $this->_io->out('<header> _\ \/ /_/ / _ / // / /_/ / /|_/ / __ |_/ // /\ \ </header>'); |
||
| 35 | $this->_io->out('<header>/___/\____/____/____/\____/_/ /_/_/ |_/___/_/|_/___/ </header>'); |
||
| 36 | $this->_io->out("\n"); |
||
| 37 | $this->_io->out('<header> CakePHP : Subdomains Router </header>'); |
||
| 38 | $this->_io->out('<header> by https://multidimension.al </header>'); |
||
| 39 | $this->_io->out("\n\n"); |
||
| 40 | } |
||
| 41 | } |
||
| 42 |