Definition at line 15 of file plugins.inc.
Public Member Functions | |
| get_argument () | |
| get_identifier () | |
| get_keyword () | |
| get_page_title () | |
| get_title () | |
| is_type ($type) | |
| panels_context ($type= 'none', $data=NULL) | |
Public Attributes | |
| $argument = NULL | |
| $data = NULL | |
| $identifier = '' | |
| $keyword = '' | |
| $page_title = '' | |
| $title = '' | |
| $type = NULL | |
| panels_context::get_argument | ( | ) |
| panels_context::get_identifier | ( | ) |
| panels_context::get_keyword | ( | ) |
| panels_context::get_page_title | ( | ) |
| panels_context::get_title | ( | ) |
| panels_context::is_type | ( | $ | type | ) |
Definition at line 33 of file plugins.inc.
References $type.
00033 { 00034 if ($type == 'any' || $this->type == 'any') { 00035 return TRUE; 00036 } 00037 00038 $a = is_array($type) ? $type : array($type); 00039 $b = is_array($this->type) ? $this->type : array($this->type); 00040 return (bool) array_intersect($a, $b); 00041 }
| panels_context::panels_context | ( | $ | type = 'none', |
|
| $ | data = NULL | |||
| ) |
| panels_context::$argument = NULL |
Definition at line 24 of file plugins.inc.
| panels_context::$data = NULL |
| panels_context::$identifier = '' |
Definition at line 23 of file plugins.inc.
| panels_context::$keyword = '' |
Definition at line 25 of file plugins.inc.
| panels_context::$page_title = '' |
Definition at line 21 of file plugins.inc.
| panels_context::$title = '' |
Definition at line 19 of file plugins.inc.
| panels_context::$type = NULL |
1.5.6