| 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. |
| 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 |
* |
* |