PHP 클래스 Jenssegers\Blade\Blade

파일 보기 프로젝트 열기: jenssegers/blade 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$container Illuminate\Container\Container Container instance.
$engineResolver Engine Resolver

공개 메소드들

메소드 설명
__call ( string $method, array $params ) : mixed Pass any method to the view factory instance.
__construct ( array $viewPaths, string $cachePath, Illuminate\Contracts\Container\Container $container = null ) Constructor.
compiler ( ) : mixed Get the compiler
render ( string $view, array $data = [], array $mergeData = [] ) : string Render shortcut.

보호된 메소드들

메소드 설명
setupContainer ( ) Bind required instances for the service provider.

메소드 상세

__call() 공개 메소드

Pass any method to the view factory instance.
public __call ( string $method, array $params ) : mixed
$method string
$params array
리턴 mixed

__construct() 공개 메소드

Constructor.
public __construct ( array $viewPaths, string $cachePath, Illuminate\Contracts\Container\Container $container = null )
$viewPaths array
$cachePath string
$container Illuminate\Contracts\Container\Container

compiler() 공개 메소드

Get the compiler
public compiler ( ) : mixed
리턴 mixed

render() 공개 메소드

Render shortcut.
public render ( string $view, array $data = [], array $mergeData = [] ) : string
$view string
$data array
$mergeData array
리턴 string

setupContainer() 보호된 메소드

Bind required instances for the service provider.
protected setupContainer ( )

프로퍼티 상세

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

Container instance.
protected Container,Illuminate\Container $container
리턴 Illuminate\Container\Container

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

Engine Resolver
protected $engineResolver