This code doesn't seem to actually be used by anything at all.
This commit is contained in:
parent
5f2be45f68
commit
8f60467848
@ -220,12 +220,15 @@ abstract class DataHandlerExtension extends Extension {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
public function onSetupBuilding(SetupBuildingEvent $event) {
|
||||
$sb = $this->setup();
|
||||
if($sb) $event->panel->add_block($sb);
|
||||
}
|
||||
|
||||
protected function setup() {}
|
||||
*/
|
||||
|
||||
abstract protected function supported_ext($ext);
|
||||
abstract protected function check_contents($tmpname);
|
||||
abstract protected function create_image_from_data($filename, $metadata);
|
||||
|
Loading…
x
Reference in New Issue
Block a user