Pimcore\Model\Tool\Email\Log\Listing::isValidOrderKey PHP Method

isValidOrderKey() public method

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