Update caption

This commit is contained in:
Romain Neutron
2012-09-21 15:01:03 +02:00
parent 2805dc21a1
commit 8ff146b215
4 changed files with 41 additions and 37 deletions

View File

@@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/
use Alchemy\Phrasea\Application;
/**
*
* @package caption
@@ -18,7 +20,7 @@
interface caption_interface
{
public function __construct(record_Interface &$record, databox &$databox);
public function __construct(Application $app, record_Interface &$record, databox &$databox);
public function get_highlight_fields($highlight = '', Array $grep_fields = null, searchEngine_adapter $searchEngine = null);
}