Ejemplo n.º 1
0
 public function actionBindInterpret($term)
 {
     $complete = $this->interpreti->bind($term, false);
     $this->sendJson($complete);
 }