Pimcore\Model\Asset\Listing::isValidOrderKey PHP Method

isValidOrderKey() public method

Test if the passed key is valid
public isValidOrderKey ( string $key ) : boolean
$key string
return boolean
    public function isValidOrderKey($key)
    {
        return true;
    }