Encore\Admin\Admin::content PHP 메소드

content() 공개 메소드

public content ( Closure $callable ) : Content
$callable Closure
리턴 Encore\Admin\Layout\Content
    public function content(Closure $callable)
    {
        return new Content($callable);
    }