KGzocha\Searcher\Criteria\Adapter\MappedOrderByAdapter::getMappedOrderBy PHP Метод

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

public getMappedOrderBy ( ) : string | null
Результат string | null Returns null if user will enter value that is not in fieldsMap
    public function getMappedOrderBy()
    {
        if ($this->rawValueExistsInFieldsMap()) {
            return $this->fieldsMap[$this->getOrderBy()];
        }
        return;
    }