PHP 클래스 Horde_View_Helper_Capture_Base, horde

저자: Mike Naberezny ([email protected])
저자: Derek DeVries ([email protected])
저자: Chuck Hagenbuch ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_buffering boolean Are we currently buffering?

공개 메소드들

메소드 설명
__construct ( ) Starts capturing.
end ( ) : string Stops capturing and returns what was captured.

메소드 상세

__construct() 공개 메소드

Starts capturing.
public __construct ( )

end() 공개 메소드

Stops capturing and returns what was captured.
public end ( ) : string
리턴 string The captured string.

프로퍼티 상세

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

Are we currently buffering?
protected bool $_buffering
리턴 boolean