diff --git a/lib/Doctrine/AuditLog.php b/lib/Doctrine/AuditLog.php new file mode 100644 index 000000000..7befc7e01 --- /dev/null +++ b/lib/Doctrine/AuditLog.php @@ -0,0 +1,38 @@ +. + */ +/** + * Doctrine_AuditLog + * + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + * @version $Revision$ + * @author Konsta Vesterinen + */ +class Doctrine_AuditLog +{ + public function audit(Doctrine_Table $table) + { + + } +}