| 1 | <?php |
||
| 18 | class Behavior extends BaseBehavior |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Return an object Menu use to build pretty console menu |
||
| 22 | * |
||
| 23 | * @param string $title of menu |
||
| 24 | * @param array $options config for menu |
||
| 25 | * @return Menu instance |
||
| 26 | */ |
||
| 27 | 1 | public function menu(string $title = '', array $options = []) |
|
| 31 | |||
| 32 | } |
||
| 33 |