Exemple #1
0
 /**
  * Returns the value for a property
  * 
  * @param Vpdi_Property $property
  * @access private
  * @return mixed
  */
 protected function decodeProperty($property) {
   return Vpdi::decodeText($property->value());
 }
Exemple #2
0
 public function getLocation() {
   if (($loc = $this->getProperty('LOCATION')) === null) {
     return "";
   }
   return Vpdi::decodeText($loc->value());
 }