Development

Changeset 6909 for plugins/dwCryptPlugin/lib

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
01/03/08 07:46:15 (11 months ago)
Author:
dwhittle
Message:

dwhittle: updated dwCryptPlugin, cleaned up phpdoc released 1.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/dwCryptPlugin/lib/sfCrypt.class.php

    r2520 r6909  
    1515 * This class provides an abstraction layer to the PHP module mcrypt. Provides encryption/decryption. 
    1616 * 
    17  * @package    symfony.runtime.addon 
     17 * @package    symfony 
     18 * @subpackage dwCryptPlugin 
    1819 * @author     Dustin Whittle <dustin.whittle@symfony-project.com> 
    1920 * @version    SVN: $Id$ 
    2021 */ 
    21  
    2222class sfCrypt 
    2323{