Functions | |
| mypage_counter_mypage ($type, &$data, $uid) | |
| Implements the hook mypage_mypage(). | |
| mypage_counter_get_count_display ($uid) | |
| Returns the rendered html string indicating the page count. | |
| _mypage_counter_increment ($uid) | |
| Increments the counter variable for the specified uid. | |
| null _mypage_counter_increment | ( | $ | uid | ) |
Increments the counter variable for the specified uid.
| string mypage_counter_get_count_display | ( | $ | uid | ) |
Returns the rendered html string indicating the page count.
| $uid | The user id who's count is returned. |
| mypage_counter_mypage | ( | $ | type, | |
| &$ | data, | |||
| $ | uid | |||
| ) |
Implements the hook mypage_mypage().
| $type | The type of operation being performed. | |
| &$data | The page being constructed. Passed by reference. | |
| $uid | The user id we're operating on. |
Page load returns the current profile view count for the passed uid.
1.5.3