Polyglot\Localization\Services\AbstractService::setCommand PHP Метод

setCommand() публичный Метод

Set the Command executing the compilation
public setCommand ( Illuminate\Console\Command $command )
$command Illuminate\Console\Command
    public function setCommand(Command $command)
    {
        $this->command = $command;
    }