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