Prado\Data\Common\Mssql\TMssqlTableColumn::getPHPType PHP Méthode

getPHPType() public méthode

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