PHP 클래스 lajax\translatemanager\models\searches\LanguageSourceSearch

상속: extends lajax\translatemanager\models\LanguageSource, use trait lajax\translatemanager\models\searches\SearchTrait
파일 보기 프로젝트 열기: lajax/yii2-translate-manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$searchEmptyCommand The search string to find empty translations.
$source Source message.
$translation Translated message.

공개 메소드들

메소드 설명
rules ( )
scenarios ( ) The name of the default scenario.
search ( array $params ) : ActiveDataProvider

비공개 메소드들

메소드 설명
_getSourceLanguage ( ) : string Returns the language of message source.

메소드 상세

rules() 공개 메소드

public rules ( )

scenarios() 공개 메소드

The name of the default scenario.
public scenarios ( )

프로퍼티 상세

$searchEmptyCommand 공개적으로 프로퍼티

The search string to find empty translations.
public $searchEmptyCommand

$source 공개적으로 프로퍼티

Source message.
public $source

$translation 공개적으로 프로퍼티

Translated message.
public $translation