common\models\Building::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'name' => '建筑名', 'school_id' => '学校', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => '更新时间'];
    }