Commit 9934b6d6 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Added the getReport() accessor method.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1776 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cbcc8942
......@@ -233,6 +233,13 @@ class Selection(Acquisition.Implicit, Traversable, Persistent):
"""
return self.domain
security.declarePublic('getReport')
def getReport(self):
"""
Get the report selection of this selection.
"""
return self.report
security.declarePublic('getParams')
def getParams(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment