PHP Interface Storm\Core\Relational\IColumn

Author: Elliot Levin ([email protected])
Afficher le fichier Open project: timetoogo/penumbra Interface Usage Examples

Méthodes publiques

Méthode Description
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 )

Method Details

GetIdentifier() public méthode

The value identifier for the column.
public GetIdentifier ( ) : string
Résultat string The identifier

GetName() public méthode

Gets the name of the column.
public GetName ( ) : string
Résultat string

GetTable() public méthode

public GetTable ( ) : Storm\Core\Relational\ITable | null
Résultat Storm\Core\Relational\ITable | null

HasTable() public méthode

public HasTable ( ) : boolean
Résultat boolean

IsPrimaryKey() public méthode

Whether or not the column is a primary key
public IsPrimaryKey ( ) : boolean
Résultat boolean

SetName() public méthode

Sets the name of the column.
public SetName ( string $Name ) : void
$Name string The column name
Résultat void

SetTable() public méthode

Set the parent table.
public SetTable ( Storm\Core\Relational\ITable $Table = null ) : void
$Table Storm\Core\Relational\ITable The parent table
Résultat void

ToPersistenceValue() public méthode

public ToPersistenceValue ( $Value )

ToPropertyValue() public méthode

public ToPropertyValue ( $Value )