| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Access plugin that provides no access control at all. 5 */ 6 class views_plugin_access_none extends views_plugin_access { 7 function summary_title() { 8 return t('Unrestricted'); 9 } 10 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |