Prado\Data\Common\Mssql\TMssqlTableColumn::getPHPType PHP Метод

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

Overrides parent implementation, returns PHP type from the db type.
public getPHPType ( ) : boolean
Результат boolean derived PHP primitive type from the column db type.
    public function getPHPType()
    {
        return 'string';
    }