attributes['uid']; } public function getTitle(): string { return $this->attributes['name']; } public function getStatus(): string { return $this->attributes['status']; } //추가기능 public function getHead() { return $this->attributes['head']; } public function getTail() { return $this->attributes['tail']; } public function getRole($field = 'isaccess') { return array_key_exists( $field, $this->attributes ) ? $this->attributes[$field] : DEFAULTS['ROLE']; } }