[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/project/release/views/plugins/ -> project_release_table_plugin_style.inc (source)

   1  <?php
   2  // $Id: project_release_table_plugin_style.inc,v 1.1 2009/12/01 01:02:02 dww Exp $
   3  
   4  /**
   5   * @file
   6   * Class for the project_release_table Views style plugin.
   7   *
   8   * We mostly re-use all of the code of the core Views table style, but
   9   * by having our own style plugin, we can inject our own custom classes into
  10   * the table HTML to style the rows by release update status.
  11   *
  12   */
  13  
  14  class project_release_table_plugin_style extends views_plugin_style_table { 
  15  }
  16  


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7