Horde_Crypt_Blowfish_Mcrypt::__construct PHP Method

__construct() public method

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