authority_type = AUT_TABLE_COLLECTIONS; parent::__construct($user_query); $this->object_table = "collections"; $this->object_table_key = "collection_id"; } public function _get_search_type(){ return parent::_get_search_type()."_collections"; } public function get_authority_tri() { return 'index_coll'; } }