skeeks\cms\relatedProperties\PropertyType::getIsMultiple PHP Method

getIsMultiple() public method

From the result of this function will depend on how the property values are stored in the database
public getIsMultiple ( ) : boolean
return boolean
    public function getIsMultiple()
    {
        return false;
    }