Sulu\Component\Content\ComplexContentType::getContentData PHP Method

getContentData() public method

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