pocketmine\event\TextContainer::setText PHP Méthode

setText() public méthode

public setText ( $text )
    public function setText($text)
    {
        $this->text = $text;
    }