PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
pocketmine\form\Form Interface Reference
+ Inheritance diagram for pocketmine\form\Form:
+ Collaboration diagram for pocketmine\form\Form:

Public Member Functions

 handleResponse (Player $player, $data)
 

Detailed Description

Form implementations must implement this interface to be able to utilize the Player form-sending mechanism. There is no restriction on custom implementations other than that they must implement this.

Definition at line 32 of file Form.php.

Member Function Documentation

◆ handleResponse()

pocketmine\form\Form::handleResponse ( Player $player,
$data )

Handles a form response from a player.

Parameters
mixed$data
Exceptions
FormValidationExceptionif the data could not be processed

The documentation for this interface was generated from the following file: