PHP Class pocketmine\event\TextContainer

Exibir arquivo Open project: ClearSkyTeam/ClearSky Class Usage Examples

Protected Properties

Property Type Description
$text string

Public Methods

Method Description
__construct ( $text )
__toString ( ) : string
getText ( ) : string
setText ( $text )

Method Details

__construct() public method

public __construct ( $text )

__toString() public method

public __toString ( ) : string
return string

getText() public method

public getText ( ) : string
return string

setText() public method

public setText ( $text )

Property Details

$text protected_oe property

protected string $text
return string