Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
namespace PhpOffice\PhpSpreadsheet;
4
 
5
interface IComparable
6
{
7
    /**
8
     * Get hash code.
9
     *
10
     * @return string Hash code
11
     */
12
    public function getHashCode();
13
}