photo_album::get_package_id_from_url (public)

 photo_album::get_package_id_from_url [ -url url ]

Defined in packages/photo-album/tcl/photo-album-procs.tcl

Returns package_id of instance from URL

Switches:
-url
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 site_node::get_from_url site_node::get_from_url (public) photo_album::get_package_id_from_url photo_album::get_package_id_from_url photo_album::get_package_id_from_url->site_node::get_from_url

Testcases:
No testcase defined.
Source code:
    array set site_node [site_node::get_from_url -url $url]
    return $site_node(package_id)
Generic XQL file:
packages/photo-album/tcl/photo-album-procs.xql

PostgreSQL XQL file:
packages/photo-album/tcl/photo-album-procs-postgresql.xql

Oracle XQL file:
packages/photo-album/tcl/photo-album-procs-oracle.xql

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