Merge branch '4.0'

This commit is contained in:
Benoît Burnichon
2016-03-08 13:08:32 +01:00
3 changed files with 104 additions and 68 deletions

View File

@@ -17,20 +17,17 @@ use Alchemy\Phrasea\SearchEngine\SearchEngineOptions;
class caption_record implements caption_interface, cache_cacheableInterface
{
/**
*
* @var array
*/
protected $fields;
/**
*
* @var int
*/
protected $sbas_id;
/**
*
* @var record
* @var record_adapter
*/
protected $record;
protected $databox;