App\Http\Sections\SkinSection::render PHP Méthode

render() public méthode

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