PHP Class Polyglot\Localization\Services\AbstractService

Show file Open project: anahkiasen/polyglot

Protected Properties

Property Type Description
$app Illuminate\Container\Container The Container
$command Illuminate\Console\Command The command executing compilation

Public Methods

Method Description
__construct ( Illuminate\Container\Container $app ) Build a new Compiler
setCommand ( Illuminate\Console\Command $command ) Set the Command executing the compilation

Protected Methods

Method Description
execf ( ) : void Sprintf and execute a command

Method Details

__construct() public method

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

execf() protected method

Sprintf and execute a command
protected execf ( ) : void
return void

setCommand() public method

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

Property Details

$app protected property

The Container
protected Container,Illuminate\Container $app
return Illuminate\Container\Container

$command protected property

The command executing compilation
protected Command,Illuminate\Console $command
return Illuminate\Console\Command