File "IComparable.php"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/link-whisper-premium/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/IComparable.php
File
size: 195 B (195 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace PhpOffice\PhpSpreadsheet;
interface IComparable
{
/**
* Get hash code.
*
* @return string Hash code
*/
public function getHashCode();
}