Pimcore\Model\Object\Classificationstore\KeyGroupRelation\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;
    }