mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fix yii\i18n\GettextMessageSource PHPDoc (#18916)
This commit is contained in:
@ -33,19 +33,19 @@ class GettextMessageSource extends MessageSource
|
|||||||
const PO_FILE_EXT = '.po';
|
const PO_FILE_EXT = '.po';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string base directory of messages files
|
||||||
*/
|
*/
|
||||||
public $basePath = '@app/messages';
|
public $basePath = '@app/messages';
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string sub-directory of messages files
|
||||||
*/
|
*/
|
||||||
public $catalog = 'messages';
|
public $catalog = 'messages';
|
||||||
/**
|
/**
|
||||||
* @var bool
|
* @var bool whether to use generated MO files
|
||||||
*/
|
*/
|
||||||
public $useMoFile = true;
|
public $useMoFile = true;
|
||||||
/**
|
/**
|
||||||
* @var bool
|
* @var bool whether to use big-endian when reading and writing an integer
|
||||||
*/
|
*/
|
||||||
public $useBigEndian = false;
|
public $useBigEndian = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user