__construct() public method

public __construct ( Player $player, string $message )
$player pocketmine\Player
$message string
 public function __construct(Player $player, $message, NailedKeyboard $plugin)
 {
     parent::__construct($player, $message);
     $this->plugin = $plugin;
 }