<?php namespace manager\models; class Comments extends \app\models\base\Comments { public function attributeLabels() { return [ 'visible'=>"Видимый", 'text' =>"Комментарий", 'created_at'=>"Дата комментария" ]; } }