Documentation

MigrationVersion
in package

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\MigrationVersionRepository")

ORM\Table

(name="migration_version")

Table of Contents

Properties

$version  : string|null

Methods

getVersion()  : string|null
setVersion()  : void

Properties

$version

private string|null $version
Tags
ORM\Id

()

ORM\Column

(name="version", type="text")

Methods

getVersion()

public getVersion() : string|null
Return values
string|null

setVersion()

public setVersion(string|null $version) : void
Parameters
$version : string|null

        
On this page

Search results