Pimcore\Model\Document\Listing::isValidOrderKey PHP Метод

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

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
Результат boolean
    public function isValidOrderKey($key)
    {
        return true;
    }