Sulu\Component\Content\SimpleContentType::getContentData PHP Метод

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

public getContentData ( Sulu\Component\Content\Compat\PropertyInterface $property )
$property Sulu\Component\Content\Compat\PropertyInterface
    public function getContentData(PropertyInterface $property)
    {
        return $property->getValue();
    }