common\models\Feedback::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'content' => '内容', 'mobile' => '手机号', 'created_at' => '创建时间', 'updated_at' => '更新时间'];
    }