pocketmine\event\TextContainer::setText PHP Method

setText() public method

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