pocketmine\event\player\PlayerTextPreSendEvent::__construct PHP Метод

__construct() публичный Метод

public __construct ( Player $player, $message, $type = self::MESSAGE )
$player pocketmine\Player
    public function __construct(Player $player, $message, $type = self::MESSAGE)
    {
        $this->player = $player;
        $this->message = $message;
        $this->type = $type;
    }