pocketmine\event\TextContainer::__construct PHP Method

__construct() public method

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