| Total Complexity | 3 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class CoegController extends Controller |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * The BotMan instance. |
||
| 13 | * |
||
| 14 | * @var \BotMan\BotMan\BotMan |
||
| 15 | */ |
||
| 16 | protected BotMan $botman; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Create a new instance class. |
||
| 20 | * |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function __construct() |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Place for BotMan logic. |
||
| 30 | * |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | public function handle() |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Handle start conversation. |
||
| 40 | * |
||
| 41 | * @return void |
||
| 42 | */ |
||
| 43 | public function startConversation() |
||
| 48 |