| 1 |
<?php |
<?php |
| 2 |
// $Id: view.inc,v 1.151.2.15 2009/09/15 21:34:25 merlinofchaos Exp $ |
// $Id: view.inc,v 1.167.4.1 2009/11/02 22:01:26 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file view.inc |
* @file view.inc |
| 5 |
* Provides the view object type and associated methods. |
* Provides the view object type and associated methods. |
| 397 |
'method' => 'get', |
'method' => 'get', |
| 398 |
'rerender' => TRUE, |
'rerender' => TRUE, |
| 399 |
'no_redirect' => TRUE, |
'no_redirect' => TRUE, |
| 400 |
|
'build_info' => array( |
| 401 |
|
'args' => array(), |
| 402 |
|
), |
| 403 |
); |
); |
| 404 |
|
|
| 405 |
// Some types of displays (eg. attachments) may wish to use the exposed |
// Some types of displays (eg. attachments) may wish to use the exposed |