Encore\Admin\Layout\Content::__construct PHP Method

__construct() public method

public __construct ( Closure $callback )
$callback Closure
    public function __construct(\Closure $callback)
    {
        $callback($this);
    }