Elemental

View
in package

Table of Contents

$content  : string
$layoutContent  : string
$layoutName  : string
$layoutPath  : string
$name  : string
$params  : array<string|int, mixed>
$path  : string
__construct()  : mixed
compileContent()  : mixed
getCurrentPath()  : mixed
getPath()  : mixed
make()  : mixed
parseContent()  : mixed
parseLayoutContent()  : mixed
view()  : mixed
withLayout()  : mixed

Properties

$content

private string $content = ""

$layoutContent

private string $layoutContent = ""

$layoutName

private string $layoutName

$layoutPath

private string $layoutPath

$name

private string $name

$params

private array<string|int, mixed> $params

$path

private string $path

Methods

__construct()

public __construct(string $name[, array<string|int, mixed> $params = [] ]) : mixed
Parameters
$name : string
$params : array<string|int, mixed> = []
Return values
mixed

compileContent()

public compileContent() : mixed
Return values
mixed

getCurrentPath()

public static getCurrentPath(mixed $viewName) : mixed
Parameters
$viewName : mixed
Return values
mixed

getPath()

public static getPath(mixed $viewName) : mixed
Parameters
$viewName : mixed
Return values
mixed

make()

public static make(string $name[, array<string|int, mixed> $params = [] ]) : mixed
Parameters
$name : string
$params : array<string|int, mixed> = []
Return values
mixed

parseContent()

public parseContent() : mixed
Return values
mixed

parseLayoutContent()

public parseLayoutContent() : mixed
Return values
mixed

view()

public view() : mixed
Return values
mixed

withLayout()

public withLayout(mixed $layoutName) : mixed
Parameters
$layoutName : mixed
Return values
mixed

Search results