PHP Class Longman\TelegramBot\Commands\SystemCommands\GenericmessageCommand

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

Protected Properties

Свойство Type Description
$description string
$name string
$need_mysql boolean
$version string

Méthodes publiques

Méthode Description
execute ( ) : ServerResponse Execute command
executeNoDb ( ) : ServerResponse Execution if MySQL is required but not available

Method Details

execute() public méthode

Execute command
public execute ( ) : ServerResponse
Résultat Longman\TelegramBot\Entities\ServerResponse

executeNoDb() public méthode

Execution if MySQL is required but not available
public executeNoDb ( ) : ServerResponse
Résultat Longman\TelegramBot\Entities\ServerResponse

Property Details

$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

$version protected_oe property

protected string $version
Résultat string