PHP 클래스 Ingo_Script_String, horde

저자: Jan Schneider ([email protected])
상속: implements Ingo_Script_Item
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_string string The string to output.

공개 메소드들

메소드 설명
__construct ( string $string ) Constructor.
generate ( ) : string Returns the string stored by this object.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $string )
$string string String to be generated.

generate() 공개 메소드

Returns the string stored by this object.
public generate ( ) : string
리턴 string The string stored by this object.

프로퍼티 상세

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

The string to output.
protected string $_string
리턴 string