Exemplo n.º 1
0
    def adapted(self): return getCustomAdapter(self)

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