The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Office::Contacts::View::Base - A web-based contacts manager

Synopsis

See "Synopsis" in App::Office::Contacts.

Description

App::Office::Contacts implements a utf8-aware, web-based, private and group contacts manager.

Distributions

See "Distributions" in App::Office::Contacts.

Installation

See "Installation" in App::Office::Contacts.

Object attributes

Each instance of this class is a Moo-based object with these attributes:

o view

Is an instance of App::Office::Contacts::View, and must be passed in to new().

Further, each attribute name is also a method name.

Methods

build_email_menus($prefix, $email_araref)

Build menus for an organization's or person's list of email addresses.

build_menu($name, $item, $default)

Builds a single menu.

build_phone_menus($prefix, $phone_araref)

Build menus for an organization's or person's list of phone numbers.

build_simple_menu($prefix, $subject, $default)

Builds a menu directly from a database table.

Calls build_menu().

format_timestamp($timestamp)

get_menu_data($table)

Reads a database table for data which can be used to populate a menu.

view()

Returns the instance of App::Office::Contacts::View passed in to new().

FAQ

See "FAQ" in App::Office::Contacts.

Support

See "Support" in App::Office::Contacts.

Author

App::Office::Contacts was written by Ron Savage <ron@savage.net.au> in 2013.

Home page.

Copyright

Australian copyright (c) 2013, Ron Savage. All Programs of mine are 'OSI Certified Open Source Software'; you can redistribute them and/or modify them under the terms of The Artistic License V 2, a copy of which is available at: http://www.opensource.org/licenses/index.html