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, '');
    }