PHP 클래스 PrivateBin\View

Displays the templates
파일 보기 프로젝트 열기: privatebin/privatebin 1 사용 예제들

공개 메소드들

메소드 설명
assign ( string $name, mixed $value ) : void assign variables to be used inside of the template
draw ( string $template ) : void render a template

메소드 상세

assign() 공개 메소드

assign variables to be used inside of the template
public assign ( string $name, mixed $value ) : void
$name string
$value mixed
리턴 void

draw() 공개 메소드

render a template
public draw ( string $template ) : void
$template string
리턴 void