person::name (public)

 person::name [ -person_id person_id ] [ -email email ]

Defined in packages/acs-tcl/tcl/community-core-procs.tcl

Return the name of a person.

Switches:
-person_id (optional)
-email (optional)
See Also:

Testcases:
person_procs_test
Source code:
    if {$person_id eq ""} {
        set person_id [party::get_by_email -email $email]
    }
    return [person::get_person_info -person_id $person_id -element name]
Generic XQL file:
packages/acs-tcl/tcl/community-core-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/community-core-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/community-core-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: