public function gather_arts($type, $options = array(), $limit = 5) { debug_event('tadb', 'gather_arts for type `' . $type . '`', 5); return Art::gather_metadata_plugin($this, $type, $options); }
public function gather_arts($type, $options = array(), $limit = 5) { return Art::gather_metadata_plugin($this, $type, $options); }