예제 #1
0
파일: Elasticsearch.php 프로젝트: tdt/input
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
     // Initiate the start timestamp
     $dt = Carbon::now();
     $this->timestamp = $dt->toIso8601String();
 }
예제 #2
0
파일: Virtuoso.php 프로젝트: tdt/input
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
 }
예제 #3
0
파일: Tdt.php 프로젝트: tdt/input
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
     $this->definitions = \App::make('Tdt\\Core\\Repositories\\Interfaces\\DefinitionRepositoryInterface');
 }