예제 #1
0
 /**
  * @param string $sName
  * @return int
  */
 function GetValueAsInt($sName)
 {
     return api_Utils::GetGoodBigInt($this->getValue($sName));
 }