PHP Class Longman\TelegramBot\Entities\KeyboardButton

Inheritance: extends Entity
Afficher le fichier Open project: akalongman/php-telegram-bot Class Usage Examples

Méthodes publiques

Méthode Description
__call ( $method, $args )
__construct ( $data )
couldBe ( array $data ) : boolean Check if the passed data array could be a KeyboardButton.

Méthodes protégées

Méthode Description
validate ( )

Method Details

__call() public méthode

public __call ( $method, $args )

__construct() public méthode

public __construct ( $data )

couldBe() public static méthode

Check if the passed data array could be a KeyboardButton.
public static couldBe ( array $data ) : boolean
$data array
Résultat boolean

validate() protected méthode

protected validate ( )