| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: views_plugin_argument_default_current_user.inc,v 1.1 2008/10/01 19:50:31 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Contains the current user argument default plugin. |
* Contains the current user argument default plugin. |
| 7 |
|
|
| 8 |
/** |
/** |
| 9 |
* Default argument plugin to extract the global $user |
* Default argument plugin to extract the global $user |
| 10 |
|
* |
| 11 |
|
* This plugin actually has no options so it odes not need to do a great deal. |
| 12 |
*/ |
*/ |
| 13 |
class views_plugin_argument_default_current_user extends views_plugin_argument_default { |
class views_plugin_argument_default_current_user extends views_plugin_argument_default { |
| 14 |
function get_argument() { |
function get_argument() { |