Jarves\ContentTypes\TypeHtml::render PHP 메소드

render() 공개 메소드

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