예제 #1
0
    def adapted(self): return getCustomAdapter(self)

    security.declareProtected('Modify portal content', 'onEdit')
예제 #2
0
 def adapted(self):
     return getCustomAdapter(self)
예제 #3
0
 def adapted(self):
     '''Gets the "adapted" version of myself. If no custom adapter is found,
        this methods returns me.'''
     return getCustomAdapter(self)
예제 #4
0
 def adapted(self):
     return getCustomAdapter(self)