예제 #1
0
 protected function GetAsCol($col)
 {
     if (self::$numChamp === NULL) {
         self::$numChamp = 0;
     }
     $as = 'C' . self::$numChamp;
     self::$numChamp++;
     $this->mappingColAs[$col] = $as;
     return $as;
 }