Example #1
0
 public function actionChannel()
 {
     $client = new SoapClient($this->createUrl('/service/quote'));
     echo $client->getPrice('GOOGLE');
 }