PHP 클래스 DOMTemplate, NoNonsenseForum

상속: extends DOMTemplateNode
파일 보기 프로젝트 열기: Kroc/NoNonsenseForum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$type what type of data are we processing?

공개 메소드들

메소드 설명
__construct ( $source, $namespaces = [] ) * new DOMTemplate : instantiation --------------------------------------------------------------------------------------------------------------
__toString ( ) * output the source code (cast the object to a string, i.e. echo $template;) --------------------------------------------------------------------------------------------------------------

메소드 상세

__construct() 공개 메소드

* new DOMTemplate : instantiation --------------------------------------------------------------------------------------------------------------
public __construct ( $source, $namespaces = [] )

__toString() 공개 메소드

* output the source code (cast the object to a string, i.e. echo $template;) --------------------------------------------------------------------------------------------------------------
public __toString ( )

프로퍼티 상세

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

what type of data are we processing?
protected $type