Jarves\ContentTypes\AbstractType::getContentValue PHP Метод

getContentValue() публичный Метод

public getContentValue ( ) : string
Результат string
    public function getContentValue()
    {
        return $this->content->getContent();
    }