RT 4.0.24 Documentation
This version has reached its end of life and is out of support. Please contact us for upgrade assistance.
RT::SharedSettings
NAME
RT::SharedSettings - a pseudo-collection for SharedSetting objects.
SYNOPSIS
use RT::SharedSettings
DESCRIPTION
SharedSettings is an object consisting of a number of SharedSetting objects.
It works more or less like a DBIx::SearchBuilder collection, although it
is not.
METHODS
Next
Returns the next object in the collection.
Count
Returns the number of search objects found.
CountAll
Returns the number of search objects found
GotoPage
Act more like a normal DBIx::SearchBuilder collection. Moves the internal index around
← Back to index