/**
  * @PublicPage
  *
  * Returns a list of supported features
  *
  * @inheritDoc
  *
  * @param bool $extramediatypes
  */
 public function get($extramediatypes = false)
 {
     return parent::get($extramediatypes);
 }