Pimcore\Model\Tool\Targeting\Persona\Listing::isValidOrderKey PHP Méthode

isValidOrderKey() public méthode

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