Jarves\ContentTypes\TypeHtml::render PHP Method

render() public method

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