<?php use yii\helpers\Html; use yii\widgets\ActiveForm; use app\models\Ya; $ya = new Ya(); //echo $ya->getToken(); var_dump($ya->Send()); ?> ----