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

XAO::DO::FS::Global - root node of objects tree

SYNOPSIS

 use XAO::Objects;

 my $global=XAO::Objects->new(objname => 'FS::Global');
 $global->connect($dbh);

DESCRIPTION

FS::Global is a XAO dynamicaly overridable object that serves as a root node in objects tree. It is not recommended to override it for specific site unless you're positive there is no way to avoid that and you know enough about object server internalities.

Here is the list of methods that are different from FS::Hash: