PHP 클래스 Stevebauman\Translation\Clients\GoogleTranslate

상속: implements Stevebauman\Translation\Contracts\Client
파일 보기 프로젝트 열기: stevebauman/translation

보호된 프로퍼티들

프로퍼티 타입 설명
$client Stichoza\GoogleTranslate\TranslateClient

공개 메소드들

메소드 설명
__construct ( TranslateClient $client )
setSource ( $source = null )
setTarget ( $target )
translate ( $text )

메소드 상세

__construct() 공개 메소드

public __construct ( TranslateClient $client )
$client Stichoza\GoogleTranslate\TranslateClient

setSource() 공개 메소드

public setSource ( $source = null )

setTarget() 공개 메소드

public setTarget ( $target )

translate() 공개 메소드

public translate ( $text )

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected TranslateClient,Stichoza\GoogleTranslate $client
리턴 Stichoza\GoogleTranslate\TranslateClient