Prado\Data\Common\Mssql\TMssqlTableColumn::getPHPType PHP Method

getPHPType() public method

Overrides parent implementation, returns PHP type from the db type.
public getPHPType ( ) : boolean
return boolean derived PHP primitive type from the column db type.
    public function getPHPType()
    {
        return 'string';
    }