| 1 | <?php |
||
| 10 | class Siret extends Siren implements IsoCodeInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * SIRET validator. |
||
| 14 | * |
||
| 15 | * @param string $insee |
||
| 16 | * @param int $length |
||
| 17 | * |
||
| 18 | * @author ronan.guilloux |
||
| 19 | * |
||
| 20 | * @link http://fr.wikipedia.org/wiki/SIRET |
||
| 21 | * |
||
| 22 | * @return bool |
||
| 23 | */ |
||
| 24 | public static function validate($insee, $length = 14) |
||
| 28 | } |
||
| 29 |