PHP Class Longman\TelegramBot\Commands\UserCommands\SurveyCommand

Inheritance: extends Longman\TelegramBot\Commands\UserCommand
Afficher le fichier Open project: akalongman/php-telegram-bot

Protected Properties

Свойство Type Description
$conversation Longman\TelegramBot\Conversation Conversation Object
$description string
$name string
$need_mysql boolean
$usage string
$version string

Méthodes publiques

Méthode Description
execute ( ) : mixed Command execute method

Method Details

execute() public méthode

Command execute method
public execute ( ) : mixed
Résultat mixed

Property Details

$conversation protected_oe property

Conversation Object
protected Conversation,Longman\TelegramBot $conversation
Résultat Longman\TelegramBot\Conversation

$description protected_oe property

protected string $description
Résultat string

$name protected_oe property

protected string $name
Résultat string

$need_mysql protected_oe property

protected bool $need_mysql
Résultat boolean

$usage protected_oe property

protected string $usage
Résultat string

$version protected_oe property

protected string $version
Résultat string