PHP 인터페이스 Storm\Core\Relational\IColumn

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/penumbra 0 사용 예제들

공개 메소드들

메소드 설명
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 )