phpDocumentor plugins
[ class tree: plugins ] [ index: plugins ] [ all elements ]

Procedural File: _plugin_list.view.php

Source Location: /qp_inc/plugins/views/_plugin_list.view.php

Page Details

This file implements the UI view for the plugin settings.

Author:  fplanque: Francois PLANQUE.
Author:  blueyed: Daniel HAHLER.
Copyright:  (c) 2009 - 2011 by the Quam Plures developers - http://quamplures.net/
Copyright:  

(c)2003-2009 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2004-2006 by Daniel HAHLER - http://thequod.de/contact.

Todo:  

dh> Move plugin's group name to DB setting?! fp> this would actually make more sense than renaming the name and code of plugins, but it's still complexity we don't really need. fp> When you reach that level of needs you're already a plugin maniac/developper and you hack the plugin php code anyway.

This file is part of Quam Plures - http://quamplures.net/ See also https://launchpad.net/quam-plures.

Filesource:  Source Code for this file
Functions
plugin_results_desc_order_callback  [line 192]

void plugin_results_desc_order_callback( $a, $b, $order  )
Parameters:
   $a: 
   $b: 
   $order: 


[ Top ]
plugin_results_group_order_callback  [line 146]

void plugin_results_group_order_callback( $a, $b, $order  )
Parameters:
   $a: 
   $b: 
   $order: 


[ Top ]
plugin_results_name_order_callback  [line 129]

void plugin_results_name_order_callback( $a, $b, $order  )
Parameters:
   $a: 
   $b: 
   $order: 


[ Top ]
plugin_results_td_actions  [line 223]

void plugin_results_td_actions( $Plugin  )
Parameters:
   $Plugin: 


[ Top ]
plugin_results_td_apply_rendering  [line 175]

void plugin_results_td_apply_rendering( $apply_rendering  )
Parameters:
   $apply_rendering: 


[ Top ]
plugin_results_td_help  [line 207]

void plugin_results_td_help( $Plugin  )
Parameters:
   $Plugin: 


[ Top ]
plugin_results_td_name  [line 117]

void plugin_results_td_name( $Plugin  )
Parameters:
   $Plugin: 


[ Top ]
plugin_results_td_status  [line 79]

void plugin_results_td_status( $plug_status, $plug_ID  )
Parameters:
   $plug_status: 
   $plug_ID: 


[ Top ]