Remove old subdef classes lib/classes/databox/subdefInterface.class.php tests/databox/databox_subdefAbstractTest.php

This commit is contained in:
Romain Neutron
2012-04-25 11:19:59 +02:00
parent 135234640b
commit 79c1d831c1
3 changed files with 0 additions and 182 deletions

View File

@@ -1,23 +0,0 @@
<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2010 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
*
* @package
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
interface databox_subdefInterface
{
public function generate(record_adapter &$record, $pathdest, registry &$registry);
public function get_name();
}