Beispiel #1
0
 /**
  * Get the properties of the object.
  * 
  * @return  array of key-value pairs.
  * 
  * @since  __DEPLOY_VERSION__
  */
 public function getProperties()
 {
     $properties = parent::getProperties();
     // Unset the properties we don't want to expose.
     unset($properties['raisedon']);
     return $properties;
 }