PHP 클래스 Longman\TelegramBot\Entities\InlineKeyboardButton

상속: extends KeyboardButton
파일 보기 프로젝트 열기: akalongman/php-telegram-bot 1 사용 예제들

공개 메소드들

메소드 설명
__call ( $method, $args )
couldBe ( array $data ) : boolean Check if the passed data array could be an InlineKeyboardButton.

보호된 메소드들

메소드 설명
validate ( )

메소드 상세

__call() 공개 메소드

public __call ( $method, $args )

couldBe() 공개 정적인 메소드

Check if the passed data array could be an InlineKeyboardButton.
public static couldBe ( array $data ) : boolean
$data array
리턴 boolean

validate() 보호된 메소드

protected validate ( )