authority_type = AUT_TABLE_SUB_COLLECTIONS; parent::__construct($user_query); $this->object_table = "sub_collections"; $this->object_table_key = "sub_coll_id"; } public function _get_search_type(){ return parent::_get_search_type()."_subcollections"; } public function get_authority_tri() { return 'index_sub_coll'; } }