PHP Class Robbo\Presenter\View\View

Inheritance: extends Illuminate\View\View
Afficher le fichier Open project: robclancy/presenter Class Usage Examples

Méthodes publiques

Méthode Description
with ( string | array $key, mixed $value = null ) : Illuminate\View\View Add a piece of data to the view.

Method Details

with() public méthode

Add a piece of data to the view.
public with ( string | array $key, mixed $value = null ) : Illuminate\View\View
$key string | array
$value mixed
Résultat Illuminate\View\View