Added interface PlExportable and implemented it on PlFilter, PlFilterCondition and...
authorRiton <riton@melix.net>
Fri, 5 Nov 2010 20:39:48 +0000 (21:39 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 5 Nov 2010 20:42:41 +0000 (21:42 +0100)
commit8e87570c0fee12a7528ee7857abe88bf74d2613c
tree541488949de15c6d7acab6701bd4277386701ab3
parent22b7e8d8006c368f2e416c13bbaeb2202f80aa7f
Added interface PlExportable and implemented it on PlFilter, PlFilterCondition and PlFilterOrder

Classes which implement PlExportable must expose an export() method.
It should return an associative array representing the instance.

Signed-off-by: Riton <riton@melix.net>
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/plexportable.php [new file with mode: 0644]
classes/plfilter.php