37 public function update (): bool;
41 public function render (): string;
render()
Render the dialog and returns the HTML code.
This interface should be implemented by all dialog classes in FusionDirectory.
update()
Update state and return FALSE if the dialog was closed.
readPost()
Interpret POST content.