/**
  * @param bool $bAll
  * @return array
  */
 public function getPropertyNames($bAll = false)
 {
     return parent::getPropertyNames($bAll);
 }