/[drupal]/contributions/modules/views/includes/handlers.inc
ViewVC logotype

Diff of /contributions/modules/views/includes/handlers.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.119.2.1, Mon Nov 2 20:01:34 2009 UTC revision 1.119.2.2, Fri Nov 6 18:53:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: handlers.inc,v 1.119 2009/09/15 19:29:12 merlinofchaos Exp $  // $Id: handlers.inc,v 1.119.2.1 2009/11/02 20:01:34 merlinofchaos Exp $
3  /**  /**
4   * @file handlers.inc   * @file handlers.inc
5   * Defines the various handler objects to help build and display views.   * Defines the various handler objects to help build and display views.
# Line 344  class views_handler extends views_object Line 344  class views_handler extends views_object
344     */     */
345    function exposed_info() { }    function exposed_info() { }
346    
347      /**
348       * Determine if a handler can be exposed.
349       */
350      function can_expose() { return FALSE; }
351    
352   /**   /**
353    * Check whether current user has access to this handler.    * Check whether current user has access to this handler.
354    *    *

Legend:
Removed from v.1.119.2.1  
changed lines
  Added in v.1.119.2.2

  ViewVC Help
Powered by ViewVC 1.1.2