/**
  * Same as hookAdminItemsShow, but in public context
  */
 public function hookPublicItemsShow($args)
 {
     SELF::hookAdminItemsShow($args);
 }