Beispiel #1
0
 public function getAttributes($names = null, $except = [])
 {
     $attributes = parent::getAttributes($names, $except);
     return $this->getRawAttributes($attributes);
 }