Пример #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)