PHP 클래스 Longman\TelegramBot\Commands\UserCommands\SlapCommand

상속: extends Longman\TelegramBot\Commands\UserCommand
파일 보기 프로젝트 열기: akalongman/php-telegram-bot

보호된 프로퍼티들

프로퍼티 타입 설명
$description string
$name string
$usage string
$version string

공개 메소드들

메소드 설명
execute ( ) : mixed Command execute method

메소드 상세

execute() 공개 메소드

Command execute method
public execute ( ) : mixed
리턴 mixed

프로퍼티 상세

$description 보호되어 있는 프로퍼티

protected string $description
리턴 string

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$usage 보호되어 있는 프로퍼티

protected string $usage
리턴 string

$version 보호되어 있는 프로퍼티

protected string $version
리턴 string