PHP 클래스 Polyglot\Localization\Services\AbstractService

파일 보기 프로젝트 열기: anahkiasen/polyglot

보호된 프로퍼티들

프로퍼티 타입 설명
$app Illuminate\Container\Container The Container
$command Illuminate\Console\Command The command executing compilation

공개 메소드들

메소드 설명
__construct ( Illuminate\Container\Container $app ) Build a new Compiler
setCommand ( Illuminate\Console\Command $command ) Set the Command executing the compilation

보호된 메소드들

메소드 설명
execf ( ) : void Sprintf and execute a command

메소드 상세

__construct() 공개 메소드

Build a new Compiler
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container

execf() 보호된 메소드

Sprintf and execute a command
protected execf ( ) : void
리턴 void

setCommand() 공개 메소드

Set the Command executing the compilation
public setCommand ( Illuminate\Console\Command $command )
$command Illuminate\Console\Command

프로퍼티 상세

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

The Container
protected Container,Illuminate\Container $app
리턴 Illuminate\Container\Container

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

The command executing compilation
protected Command,Illuminate\Console $command
리턴 Illuminate\Console\Command