PHP 클래스 FluxBB\View\View

상속: implements FluxBB\View\ViewInterface
파일 보기 프로젝트 열기: fluxbb/core

보호된 프로퍼티들

프로퍼티 타입 설명
$factory

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\View\Factory $factory )
render ( string $name, array $data ) : string Render the given view.

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\View\Factory $factory )
$factory Illuminate\Contracts\View\Factory

render() 공개 메소드

Render the given view.
public render ( string $name, array $data ) : string
$name string
$data array
리턴 string

프로퍼티 상세

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

protected $factory