Pimcore\Model\Tool\Targeting\Rule\Listing::isValidOrderKey PHP Method

isValidOrderKey() public method

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
return boolean
    public function isValidOrderKey($key)
    {
        return true;
    }