PHP Class FluxBB\View\View

Inheritance: implements FluxBB\View\ViewInterface
Datei anzeigen Open project: fluxbb/core

Protected Properties

Property Type Description
$factory

Public Methods

Method Description
__construct ( Illuminate\Contracts\View\Factory $factory )
render ( string $name, array $data ) : string Render the given view.

Method Details

__construct() public method

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

render() public method

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

Property Details

$factory protected_oe property

protected $factory