Nextcloud PHP API (master)

IndexMigrationAttribute extends MigrationAttribute
in package
implements JsonSerializable

generic class related to migration attribute about index changes

Tags
since
30.0.0

Table of Contents

Interfaces

JsonSerializable

Properties

$description  : string
$notes  : array<string|int, mixed>
$table  : string
$type  : IndexType|null

Methods

__construct()  : mixed
definition()  : string
getDescription()  : string
getNotes()  : array<string|int, mixed>
getTable()  : string
getType()  : IndexType|null
import()  : $this
jsonSerialize()  : array<string|int, mixed>
setDescription()  : $this
setNotes()  : $this
setTable()  : $this
setType()  : $this

Properties

Methods

__construct()

public __construct(string $table[, IndexType|null $type = null ][, string $description = '' ][, array<string|int, mixed> $notes = [] ]) : mixed
Parameters
$table : string

name of the database table

$type : IndexType|null = null

type of the index

$description : string = ''

description of the migration

$notes : array<string|int, mixed> = []

notes abour the migration/index

Tags
since
30.0.0

definition()

public definition() : string
Tags
since
30.0.0
Return values
string

getDescription()

public getDescription() : string
Tags
since
30.0.0
Return values
string

getNotes()

public getNotes() : array<string|int, mixed>
Tags
since
30.0.0
Return values
array<string|int, mixed>

import()

public import(array<string|int, mixed> $data) : $this
Parameters
$data : array<string|int, mixed>
Tags
since
30.0.0
Return values
$this

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
since
30.0.0
Return values
array<string|int, mixed>

setDescription()

public setDescription(string $description) : $this
Parameters
$description : string
Tags
since
30.0.0
Return values
$this

setNotes()

public setNotes(array<string|int, mixed> $notes) : $this
Parameters
$notes : array<string|int, mixed>
Tags
since
30.0.0
Return values
$this

setTable()

public setTable(string $table) : $this
Parameters
$table : string
Tags
since
30.0.0
Return values
$this

        
On this page

Search results