Jarves\ContentTypes\TypeHtml::render PHP Méthode

render() public méthode

public render ( )
    public function render()
    {
        return null === $this->getContentValue() ? '' : $this->getContentValue();
    }
TypeHtml