mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix CS
This commit is contained in:
@@ -17,20 +17,22 @@
|
||||
*/
|
||||
class databox_Field_DCES_Relation extends databox_Field_DCESAbstract
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $label = 'Relation';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $definition = 'A related resource.';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $URI = 'http://dublincore.org/documents/dces/#relation';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $label = 'Relation';
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $definition = 'A related resource.';
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $URI = 'http://dublincore.org/documents/dces/#relation';
|
||||
}
|
||||
|
Reference in New Issue
Block a user