Horde_Crypt_Blowfish_Mcrypt::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $cipher )
    public function __construct($cipher)
    {
        parent::__construct($cipher);
        $this->_mcrypt = mcrypt_module_open(MCRYPT_BLOWFISH, '', $cipher, '');
    }