PHP Interface Jarves\Admin\FieldTypes\ColumnDefinitionInterface

Show file Open project: jarves/jarves Interface Usage Examples

Public Methods

Method Description
getName ( )
getPhpDataType ( ) : string
getRequiredRegex ( ) : mixed
getSqlDataType ( ) : string

Method Details

getName() public method

public getName ( )

getPhpDataType() public method

public getPhpDataType ( ) : string
return string

getRequiredRegex() public method

public getRequiredRegex ( ) : mixed
return mixed

getSqlDataType() public method

public getSqlDataType ( ) : string
return string