Lines Matching refs:dbName
209 foreach ($this->propertyMap as $xmlName => $dbName) {
210 $calendar[$xmlName] = $row[$dbName];
270 foreach ($this->propertyMap as $xmlName => $dbName) {
273 $values[':' . $dbName] = $properties[$xmlName];
274 $fieldNames[] = $dbName;
1114 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
1115 if (!is_null($row[$dbName])) {
1116 $subscription[$xmlName] = $row[$dbName];
1159 foreach ($this->subscriptionPropertyMap as $xmlName => $dbName) {
1162 $values[':' . $dbName] = $properties[$xmlName];
1163 $fieldNames[] = $dbName;