Example #1
0
 public function __get($header)
 {
     return parent::__get(str_replace('_', '-', strtolower($header)));
 }