'ACTION', "PEMPS" => 'SELECT'); $testable_types = array( "PEMPS" => true, "PEMPA" => true ); $type_titles = array( "PEMPS" => "remote_procedures_circ_select", "PEMPA" => "remote_procedures_circ_action" ); return array( 'allowed_proc_types' => $allowed_proc_types, 'types_selectaction' => $types_selectaction, 'testable_types' => $testable_types, 'type_titles' => $type_titles ); } public static function get_display_remote_lists() { static::get_display_remote_list("PEMPS"); static::get_display_remote_list("PEMPA"); } }