Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
pocketmine
event
TextContainer
PHP Class pocketmine\event\TextContainer
Mostra file
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