PHP Интерфейс Storm\Core\Relational\IColumn

Автор: Elliot Levin ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
GetIdentifier ( ) : string The value identifier for the column.
GetName ( ) : string Gets the name of the column.
GetTable ( ) : Storm\Core\Relational\ITable | null
HasTable ( ) : boolean
IsPrimaryKey ( ) : boolean Whether or not the column is a primary key
SetName ( string $Name ) : void Sets the name of the column.
SetTable ( Storm\Core\Relational\ITable $Table = null ) : void Set the parent table.
ToPersistenceValue ( $Value )
ToPropertyValue ( $Value )

Описание методов

GetIdentifier() публичный Метод

The value identifier for the column.
public GetIdentifier ( ) : string
Результат string The identifier

GetName() публичный Метод

Gets the name of the column.
public GetName ( ) : string
Результат string

GetTable() публичный Метод

public GetTable ( ) : Storm\Core\Relational\ITable | null
Результат Storm\Core\Relational\ITable | null

HasTable() публичный Метод

public HasTable ( ) : boolean
Результат boolean

IsPrimaryKey() публичный Метод

Whether or not the column is a primary key
public IsPrimaryKey ( ) : boolean
Результат boolean

SetName() публичный Метод

Sets the name of the column.
public SetName ( string $Name ) : void
$Name string The column name
Результат void

SetTable() публичный Метод

Set the parent table.
public SetTable ( Storm\Core\Relational\ITable $Table = null ) : void
$Table Storm\Core\Relational\ITable The parent table
Результат void

ToPersistenceValue() публичный Метод

public ToPersistenceValue ( $Value )

ToPropertyValue() публичный Метод

public ToPropertyValue ( $Value )