Beispiel #1
0
 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);
 }
Beispiel #2
0
 public function gather_arts($type, $options = array(), $limit = 5)
 {
     return Art::gather_metadata_plugin($this, $type, $options);
 }