PHP Class FluxBB\View\View

Inheritance: implements FluxBB\View\ViewInterface
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$factory

Méthodes publiques

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

Method Details

__construct() public méthode

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

render() public méthode

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

Property Details

$factory protected_oe property

protected $factory