PHP Class lajax\translatemanager\models\searches\LanguageSourceSearch

Inheritance: extends lajax\translatemanager\models\LanguageSource, use trait lajax\translatemanager\models\searches\SearchTrait
Afficher le fichier Open project: lajax/yii2-translate-manager Class Usage Examples

Méthodes publiques

Свойство Type Description
$searchEmptyCommand The search string to find empty translations.
$source Source message.
$translation Translated message.

Méthodes publiques

Méthode Description
rules ( )
scenarios ( ) The name of the default scenario.
search ( array $params ) : ActiveDataProvider

Private Methods

Méthode Description
_getSourceLanguage ( ) : string Returns the language of message source.

Method Details

rules() public méthode

public rules ( )

scenarios() public méthode

The name of the default scenario.
public scenarios ( )

Property Details

$searchEmptyCommand public_oe property

The search string to find empty translations.
public $searchEmptyCommand

$source public_oe property

Source message.
public $source

$translation public_oe property

Translated message.
public $translation