0, 'accounts' => [] ]; public $viewFile = '@common/views/common/_account_total'; public function init(){ parent::init(); } public function run(){ echo $this->render($this->viewFile,[ 'model' => $this ]); } }