App\Http\Sections\SkinSection::render PHP Method

render() public method

Get the evaluated contents of the object.
public render ( ) : string
return string
    public function render()
    {
        return $this->makeView($this->target, $this->instanceId)->render();
    }