Class Inx_Apiimpl_TConvert

Description

Located in /Apiimpl/TConvert.php (line 3)


	
			
Class Constant Summary
 DATETIMEFORMAT = "Y-m-d\TH:i:s.uT"
Method Summary
static void arrBoolToArrTBool ( $aBool)
static void arrToTArr ( $arr)
static void convert ( $oValue)
static String DateTimeToString ( $oDate)
static array|SplFixedArray fixSizeArray (int $count)
static DateTime stringToDateTime (String $sString)
static void stringToTString ( $sString)
static void TArrToArr ( $aTArr)
static void TConvert ( $sValue)
Methods
static method arrBoolToArrTBool (line 40)
  • access: public
static void arrBoolToArrTBool ( $aBool)
  • $aBool
static method arrToTArr (line 66)
  • access: public
static void arrToTArr ( $arr)
  • $arr
static method convert (line 112)
  • access: public
static void convert ( $oValue)
  • $oValue
static method DateTimeToString (line 25)

Convert a DateTime object to string

Convert a DateTime object to string

  • access: public
static String DateTimeToString ( $oDate)
  • DateTime $oDate
static method fixSizeArray (line 100)

Create an array with predefined size.

Create an array with predefined size. If class SplFixedArray exists, an instance will be returned. SplFixedArray will provide an object that can handled as an array but with fixed size. It it not possible to alter the size of that array.

  • access: public
static array|SplFixedArray fixSizeArray (int $count)
  • int $count: the size of the array
static method stringToDateTime (line 14)

Convert a time representing string to DateTime object

Convert a time representing string to DateTime object

  • access: public
static DateTime stringToDateTime (String $sString)
  • String $sString
static method stringToTString (line 31)
  • access: public
static void stringToTString ( $sString)
  • $sString
static method TArrToArr (line 54)
  • access: public
static void TArrToArr ( $aTArr)
  • $aTArr
static method TConvert (line 118)
  • access: public
static void TConvert ( $sValue)
  • $sValue
Class Constants
DATETIMEFORMAT = "Y-m-d\TH:i:s.uT" (line 6)

Documentation generated on Thu, 17 Sep 2015 14:27:32 +0200 by phpDocumentor 1.3.2