Exemple #1
0
 /**
  * Return the Phreeze column constant that most closely matches this column type
  * @return string
  */
 function GetPhreezeType()
 {
     return FieldMap::GetConstantFromType($this->Type);
 }