frontend\modules\user\models\UserAccount::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( )
    public function attributeLabels()
    {
        return ['id' => 'ID', 'user_id' => '用户ID', 'provider' => '授权提供商', 'client_id' => 'Client ID', 'data' => 'Data', 'created_at' => '创建时间'];
    }