Pop\Crypt\Md5::__construct PHP Метод

__construct() публичный Метод

Instantiate the md5 object.
public __construct ( ) : self
Результат self
    public function __construct()
    {
        if (CRYPT_MD5 == 0) {
            throw new Exception('Error: MD5 hashing is not supported on this system.');
        }
    }