Opened 15 years ago
Closed 15 years ago
#1041 closed enhancement (no action required)
navigation - being able to specify a function for 'screen_function' which is inside a class
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: | djpaul |
Description
For bp_core_new_subnav_item; etc;
for the arguement 'screen_function', there should be a way to define a function contained inside a class;
like :
'screen_function' => array(&$this, 'screen')
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is already possible: