eZ\Publish\Core\REST\Client\Tests\Output\ValueObjectVisitor\RestContentMetadataUpdateStruct::getValidValues PHP Method

getValidValues() protected method

Returns a set of valid struct values.
protected getValidValues ( ) : array
return array
    protected function getValidValues()
    {
        return array('sectionId' => '/content/sections/23', 'ownerId' => '/user/users/42');
    }