skeeks\cms\relatedProperties\PropertyType::getIsMultiple PHP Метод

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

From the result of this function will depend on how the property values are stored in the database
public getIsMultiple ( ) : boolean
Результат boolean
    public function getIsMultiple()
    {
        return false;
    }