Jarves\ContentTypes\AbstractType::getContentValue PHP Method

getContentValue() public method

public getContentValue ( ) : string
return string
    public function getContentValue()
    {
        return $this->content->getContent();
    }