Exemplo n.º 1
0
 /**
  * @return array
  */
 public function getDetails($deep = true)
 {
     $details = array();
     $details['BaseEncoding'] = $this->has('BaseEncoding') ? (string) $this->get('BaseEncoding') : 'Ansi';
     $details['Differences'] = $this->has('Differences') ? (string) $this->get('Differences') : '';
     $details += parent::getDetails($deep);
     return $details;
 }