| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: views_plugin_access_none.inc,v 1.1 2008/09/08 22:50:17 merlinofchaos Exp $ 3 4 /** 5 * Access plugin that provides no access control at all. 6 */ 7 class views_plugin_access_none extends views_plugin_access { 8 function summary_title() { 9 return t('Unrestricted'); 10 } 11 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |