PocketMine
|
Public Member Functions | |
__construct ($text, array $params=[]) | |
getParameters () | |
getParameter ($i) | |
setParameter ($i, $str) | |
setParameters (array $params) | |
Public Member Functions inherited from TextContainer | |
__construct ($text) | |
setText ($text) | |
getText () | |
__toString () | |
Protected Attributes | |
$params = [] | |
Protected Attributes inherited from TextContainer | |
$text | |
__construct | ( | $text, | |
array | $params = [] |
||
) |
string | $text | |
string[] | $params |
getParameter | ( | $i | ) |
int | $i |
getParameters | ( | ) |
setParameter | ( | $i, | |
$str | |||
) |
int | $i | |
string | $str |
setParameters | ( | array | $params | ) |
string[] | $params |