common\models\School::attributeLabels PHP Method

attributeLabels() public method

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