person::new (public)

 person::new -first_names first_names -last_name last_name \
    [ -email email ]

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

create a new person

Switches:
-first_names
(required)
-last_name
(required)
-email
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_person_procs_test person_procs_test (test acs-tcl) person::new person::new test_person_procs_test->person::new package_instantiate_object package_instantiate_object (public) person::new->package_instantiate_object

Testcases:
person_procs_test
[ show source ]
Show another procedure: