running from server terminal - landrisek/impala GitHub Wiki

See golang example In controller: /** @var IBuilder @inject */ public $grid; public function actionConsole {     $this->identity = new Identity(86, null, ['settings' => '[]']);     $this->grid = $this->myRepository->getMyBuilder(); }