| 1 | <?php |
||
| 28 | class Mcrypt implements Generator |
||
| 29 | { |
||
| 30 | public function generate($length) |
||
| 44 | |||
| 45 | /** |
||
| 46 | * Determines whether this provider can be run (e.g. all needed PHP extensions are available). |
||
| 47 | * |
||
| 48 | * @return bool Whether this provider is available |
||
| 49 | */ |
||
| 50 | public static function isAvailable() |
||
| 54 | } |
||
| 55 |