Lines Matching refs:dbName
174 foreach ($this->propertyMap as $xmlName => $dbName) {
175 $calendar[$xmlName] = $row[$dbName];
228 foreach ($this->propertyMap as $xmlName => $dbName) {
231 $values[':' . $dbName] = $properties[$xmlName];
232 $fieldNames[] = $dbName;
987 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
988 if (!is_null($row[$dbName])) {
989 $subscription[$xmlName] = $row[$dbName];
1032 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
1035 $values[':' . $dbName] = $properties[$xmlName];
1036 $fieldNames[] = $dbName;