mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix CS
This commit is contained in:
@@ -17,21 +17,23 @@
|
||||
*/
|
||||
class databox_Field_DCES_Language extends databox_Field_DCESAbstract
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $label = 'Language';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $label = 'Language';
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $definition = 'A language of the resource.
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $definition = 'A language of the resource.
|
||||
(see [RFC4646] http://www.ietf.org/rfc/rfc4646.txt)';
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $URI = 'http://dublincore.org/documents/dces/#language';
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $URI = 'http://dublincore.org/documents/dces/#language';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user