Encore\Admin\Admin::content PHP Méthode

content() public méthode

public content ( Closure $callable ) : Content
$callable Closure
Résultat Encore\Admin\Layout\Content
    public function content(Closure $callable)
    {
        return new Content($callable);
    }