curl_setopt($ch, CURLOPT_HTTPHEADER, ['Accept-Language: ' . Yii::$app->languages->actual->code]); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec($ch); curl_close($ch); if($result){ $master = json::decode($result); $master = $master['result']; $writeReviewUrl = 'http://search.google.com/local/writereview?placeid=' . $this->placeId; $customer = $master['name']; $reviews = $master['reviews']; } if($reviews){ if($this->sortByRating){ $order = array_column($reviews, 'rating');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $result = curl_exec($ch); curl_close($ch); if($result){ $master = json::decode($result); $master = $master['result']; $writeReviewUrl = 'http://search.google.com/local/writereview?placeid=' . $this->placeId; $customer = $master['name']; $reviews = $master['reviews']; } if($reviews){
try { /* @var $widget Widget */ $config['class'] = get_called_class(); $widget = Yii::createObject($config); $out = ''; if ($widget->beforeRun()) { $result = $widget->run(); $out = $widget->afterRun($result); } } catch (\Exception $e) { // close the output buffer opened above if it has not been closed already if (ob_get_level() > 0) { ob_end_clean();
<p class="lead mb0 text-center"> <small> <?= Yii::t('app', 'Conoce la opinión de nuestros clientes, nos esforzamos y comprometemos a brindar únicamente servicios de excelencia a las alturas de tus expectativas, cumpliendo siempre con las políticas de ética de <strong>{seo}</strong>.', ['seo' => Html::a(Yii::t('app', 'Remax inmobiliaria y {title}', ['title' => $webConfig->findLang->title]), Url::to(['/site/about'], true), ['title' => Yii::t('app', 'Remax inmobiliaria y {title}', ['title' => $webConfig->findLang->title]), 'aria-label' => Yii::t('app', 'Remax inmobiliaria y {title}', ['title' => $webConfig->findLang->title])])]) ?> </small> </p> </header> <?= GoogleReviews::widget(['placeId' => 'ChIJd0u0qKEvQg0RwiVIbdUQ2Ds', 'showCustomer' => false]) ?> </section> </div> </div> <!--/reviews section--> <?php $form::end() ?> <!--/properties-->
{ $_obInitialLevel_ = ob_get_level(); ob_start(); ob_implicit_flush(false); extract($_params_, EXTR_OVERWRITE); try { require $_file_; return ob_get_clean(); } catch (\Exception $e) { while (ob_get_level() > $_obInitialLevel_) { if (!@ob_end_clean()) { ob_clean(); }
$this->renderers[$ext] = Yii::createObject($this->renderers[$ext]); } /* @var $renderer ViewRenderer */ $renderer = $this->renderers[$ext]; $output = $renderer->render($this, $viewFile, $params); } else { $output = $this->renderPhpFile($viewFile, $params); } $this->afterRender($viewFile, $params, $output); } array_pop($this->_viewFiles); $this->context = $oldContext;
* @throws InvalidCallException if the view cannot be resolved. * @see renderFile() */ public function render($view, $params = [], $context = null) { $viewFile = $this->findViewFile($view, $context); return $this->renderFile($viewFile, $params, $context); } /** * Finds the view file based on the given view name. * @param string $view the view name or the [path alias](guide:concept-aliases) of the view file. Please refer to [[render()]] * on how to specify this parameter.
and $this->module->id != 'frontend' and $this->module->id != 'backend' and $this->module->id != 'api'){ $view = '//' . $this->module->id . '/' . $this->id . '/' . $view; } $content = $this->getView()->render($view, $params, $this); return $this->renderContent($content); } }
], ]; return $this->render('//' . $this->module->name . '/property/success-index', [ 'dataProvider' => $dataProvider, 'data' => $data, ]); } /** * @param $id *
$args = $this->controller->bindActionParams($this, $params); Yii::debug('Running action: ' . get_class($this->controller) . '::' . $this->actionMethod . '()', __METHOD__); if (Yii::$app->requestedParams === null) { Yii::$app->requestedParams = $args; } return call_user_func_array([$this->controller, $this->actionMethod], $args); } }
} $result = null; if ($runAction && $this->beforeAction($action)) { // run the action $result = $action->runWithParams($params); $result = $this->afterAction($action, $result); // call afterAction on modules foreach ($modules as $module) { /* @var $module Module */
$parts = $this->createController($route); if (is_array($parts)) { /* @var $controller Controller */ list($controller, $actionID) = $parts; $oldController = Yii::$app->controller; Yii::$app->controller = $controller; $result = $controller->runAction($actionID, $params); if ($oldController !== null) { Yii::$app->controller = $oldController; } return $result; }
$params = $this->catchAll; unset($params[0]); } try { Yii::debug("Route requested: '$route'", __METHOD__); $this->requestedRoute = $route; $result = $this->runAction($route, $params); if ($result instanceof Response) { return $result; } $response = $this->getResponse(); if ($result !== null) {
{ try { $this->state = self::STATE_BEFORE_REQUEST; $this->trigger(self::EVENT_BEFORE_REQUEST); $this->state = self::STATE_HANDLING_REQUEST; $response = $this->handleRequest($this->getRequest()); $this->state = self::STATE_AFTER_REQUEST; $this->trigger(self::EVENT_AFTER_REQUEST); $this->state = self::STATE_SENDING_RESPONSE; $response->send();
require(__DIR__ . '/../../common/config/main-local.php'), require(__DIR__ . '/../config/main-local.php') ); } $application = new common\yii2\web\Application($appConf); $application->run();
$_GET = [ 'language' => 'es', ];