function attributes() { return array_merge( array( 'settings', 'all_week_days', 'all_month_days', 'available_hours' ), eZNotificationEventHandler::attributes() ); }
function attributes() { return eZNotificationEventHandler::attributes(); /* return array_merge( array( 'collaboration_handlers', 'collaboration_selections' ), eZNotificationEventHandler::attributes() ); */ }
function attributes() { return array_merge(array('subscribed_nodes', 'rules'), eZNotificationEventHandler::attributes()); }