SIOC::Site - SIOC Site class


SIOC documentation  | view source Contained in the SIOC distribution.

Index


NAME

Top

SIOC::Site - SIOC Site class

VERSION

Top

This documentation refers to SIOC::Site version 1.0.0.

SYNOPSIS

Top

   use SIOC::Site;

DESCRIPTION

Top

A Site is the location of an online community or set of communities, with Users in Usergroups creating content therein. While an individual Forum or group of Forums are usually hosted on a centralised Site, in the future the concept of a "site" may be extended (for example, a topic Thread could be formed by Posts in a distributed Forum on a peer-to-peer environment Space).

CLASS ATTRIBUTES

Top

administrators

Users who are administrators of this Site.

forums

Forums that are hosted on this Site.

SUBROUTINES/METHODS

Top

add_administrator($user)

Adds a new value to the corresponding array attribute.

add_forum($forum)

Adds a new value to the corresponding array attribute.

DIAGNOSTICS

Top

For diagnostics information, see the SIOC base class.

CONFIGURATION AND ENVIRONMENT

Top

This module doesn't need configuration.

DEPENDENCIES

Top

This module depends on the following modules:

INCOMPATIBILITIES

Top

There are no known incompatibilities.

BUGS AND LIMITATIONS

Top

There are no known bugs in this module.

Please report problems via the bug tracking system on the perl-SIOC project website: http://developer.berlios.de/projects/perl-sioc/.

Patches are welcome.

AUTHOR

Top

Jochen Lillich <geewiz@cpan.org>

LICENSE AND COPYRIGHT

Top


SIOC documentation  | view source Contained in the SIOC distribution.