common\models\PostComment::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'parent' => '父级评论', 'post_id' => '文章ID', 'comment' => '评论', 'status' => '1为正常 0为禁用', 'user_id' => '用户ID', 'like_count' => '喜欢数', 'ip' => '评论者ip地址', 'created_at' => '创建时间', 'updated_at' => '修改时间'];
    }