The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

User::Identity::Collection::Locations - a collection of locations

CLASS INHERITANCE

 User::Identity::Collection::Locations
   is a User::Identity::Collection
   is a User::Identity::Item

SYNOPSIS

DESCRIPTION

The User::Identity::Collection::Location object maintains a set User::Identity::Location objects, each describing a physical location.

METHODS

Initiation

new [NAME], OPTIONS

(Class method)

 OPTION               DEFAULT
 description          undef
 item_type            'User::Identity::Location'
 name                 'locations'
 roles                undef
 user                 undef
description => STRING

See User::Identity::Item::new(description)

item_type => CLASS

See User::Identity::Collection::new(item_type)

name => STRING

See User::Identity::Item::new(name)

roles => ROLE|ARRAY

See User::Identity::Collection::new(roles)

user => OBJECT

See User::Identity::Collection::new(user)

Overloading

stringification

See User::Identity::Collection::stringification()

Attributes

addRole ROLE| ( [NAME],OPTIONS ) | ARRAY-OF-OPTIONS

See User::Identity::Collection::addRole()

description

See User::Identity::Item::description()

name

See User::Identity::Item::name()

roles

See User::Identity::Collection::roles()

user [USER]

See User::Identity::Collection::user()

Searching

find NAME|CODE|undef

See User::Identity::Collection::find()

SEE ALSO

See the website at http://perl.overmeer.net/userid/.

AUTHOR

Written by Mark Overmeer (mark@overmeer.net) with the help of many. See the ChangeLog for details.

VERSION

This code is beta, version 0.03.

Copyright (c) 2003 by the authors. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.