class BladeCompiler (View source)

Methods

static mixed
absorbApplicationEnvironment($data)

No description

static 
compile(string $php, array $data)

No description

static false|string
getRendered()

No description

static int
initializeOutputBuffering()

No description

static false|string
render($string, $data)

No description

Details

static protected mixed absorbApplicationEnvironment($data)

No description

Parameters

$data

Return Value

mixed

static protected compile(string $php, array $data)

No description

Parameters

string $php
array $data

Exceptions

Throwable

static protected false|string getRendered()

No description

Return Value

false|string

static protected int initializeOutputBuffering()

No description

Return Value

int

static false|string render($string, $data)

No description

Parameters

$string
$data

Return Value

false|string

Exceptions

Throwable