Zikula_System_Modules
[ class tree: Zikula_System_Modules ] [ index: Zikula_System_Modules ] [ all elements ]

Procedural File: pnuser.php

Source Location: /system/Profile/pnuser.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnuser.php 24342 2008-06-06 12:03:14Z markwest $
copyright:  (c) 2002, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
license:  GNU/GPL








Profile_user_main [line 23]

string Profile_user_main( )

the main user function

This function is the default function, and is called whenever the module is initiated without defining arguments. As such it can be used for a number of things, but most commonly it either just shows the module menu and returns or calls whatever the module designer feels should be the default function (often this is the view() function)




Tags:

return:  HTML string
author:  Mark West


[ Top ]



Profile_user_modify [line 165]

void Profile_user_modify( $args)

modify a users profile information



Tags:

author:  Franky Chestnut


Parameters

   $args  
[ Top ]



Profile_user_update [line 208]

void Profile_user_update( )

update a users profile



Tags:

author:  Franky Chestnut


[ Top ]



Profile_user_view [line 57]

string Profile_user_view( $args)

display item This is a standard function to provide detailed informtion on a single item available from the module.



Tags:

return:  HTML string
author:  Mark West


Parameters

   $args  
[ Top ]



usermenu [line 318]

void usermenu( string $url, string $title, string $image)

usermenu() This is a legacy function to add an icon to the user's menu.

To return these values to the new style API, we need to use a global variable. This is ugly and will be removed




Parameters

string   $url   the URL for the user action
string   $title   the description of the user action
string   $image   the icon
[ Top ]



user_menu_add_option [line 299]

void user_menu_add_option( string $url, string $title, string $image)

user_menu_add_option()

This is a legacy function to add an icon to the user's menu. To return these values to the new style API, we need to use a global variable. This is ugly and will be removed




Parameters

string   $url   the URL for the user action
string   $title   the description of the user action
string   $image   the icon
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:55:17 +0200 by phpDocumentor 1.4.1