[core] simplify dynamic formats discovery

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-23 14:29:53 +02:00
parent 13285f080a
commit eb3392db82
6 changed files with 5 additions and 35 deletions

View file

@ -2,8 +2,6 @@
/**
* Json
* Builds a JSON string from $this->items and return it to browser.
*
* @name Json
*/
class JsonFormat extends FormatAbstract{