actions ) ) { foreach ( $this->actions as $hook => $func ) { add_action( 'wp_ajax_vamtam-' . $hook, array( &$this, $func ) ); } } } }