PHP 클래스 pocketmine\event\TextContainer

파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$text string

공개 메소드들

메소드 설명
__construct ( $text )
__toString ( ) : string
getText ( ) : string
setText ( $text )

메소드 상세

__construct() 공개 메소드

public __construct ( $text )

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getText() 공개 메소드

public getText ( ) : string
리턴 string

setText() 공개 메소드

public setText ( $text )

프로퍼티 상세

$text 보호되어 있는 프로퍼티

protected string $text
리턴 string