skeeks\cms\models\searchs\SearchRelatedPropertiesModel::isAttributeRange PHP Method

isAttributeRange() public method

public isAttributeRange ( $propertyCode ) : boolean
$propertyCode
return boolean
    public function isAttributeRange($propertyCode)
    {
        if (strpos($propertyCode, $this->prefixRange)) {
            return true;
        }
        return false;
    }