-
$_actionsExecuted
-
-
$_actionSources
-
-
$_executing
-
-
$_forwardToAction
-
-
$_harmoni
-
-
$_modulesSettings
-
-
$_threads
-
-
_compatActionSource
-
For backward compatibility with deprecated functions -- will add an action source based on settings given with old functions.
-
_execute
-
Executes the given action
-
_executePair
-
Executes a module.action pair.
-
$_basePath
-
-
$_basePath
-
-
$_basePath
-
-
$_classNameSuffix
-
-
$_fileExtension
-
-
$_fileExtension
-
-
$_fileExtension
-
-
_mkFullPath
-
Makes a full pathname to an action file.
-
_mkFullPath
-
Makes a full pathname to an action file.
-
_mkFullPath
-
Makes a full pathname to an action file.
-
$_attachedData
-
-
$_currentAction
-
-
$_outputHandler
-
-
$_postExecActions
-
-
$_postProcessAction
-
-
$_postProcessIgnoreList
-
-
$_preExecActions
-
-
_detectCurrentAction
-
-
_getVersionParts
-
Returns an array of the Harmoni version string containing the major, minor and release numbers, in that order.
-
_isActionInArray
-
Returns TRUE if $action is contained somewhere within the array of actions: $array.
-
$_eventListeners
-
-
$_head
-
-
$_action
-
-
$_contextData
-
-
$_currentNamespace
-
-
$_fileData
-
-
$_module
-
-
$_namespaces
-
-
$_requestData
-
-
$_requestHandler
-
-
$_vars
-
-
_checkForHandler
-
-
_checkName
-
-
_loadRequest
-
build an array of all request parameters including those from the path info
-
_mkFullName
-
-
$_active
-
-
$_active
-
-
$_addToDB
-
-
$_associated
-
-
$_cacheMode
-
-
$_creationDate
-
-
$_dataID
-
-
$_date
-
-
$_date
-
-
$_dateFromDB
-
-
$_delete
-
-
$_delete
-
-
$_description
-
-
$_description
-
-
$_dirty
-
-
$_displayName
-
-
$_displayName
-
-
$_fetchedIDs
-
-
$_fetchedValueIDs
-
-
$_fetchMode
-
-
$_fetchMode
-
-
$_fieldIDs
-
-
$_fields
-
-
$_fields
-
-
$_id
-
-
$_id
-
-
$_id
-
-
$_id
-
-
$_isCreatedByManager
-
-
$_label
-
-
$_loaded
-
-
$_loaded
-
-
$_mappings
-
-
$_mult
-
-
$_myID
-
-
$_myID
-
-
$_myID
-
-
$_myID
-
-
$_myIndex
-
-
$_myLabel
-
-
$_numVersions
-
-
$_oldVersion
-
-
$_otherParameters
-
-
$_parent
-
-
$_parent
-
-
$_parent
-
-
$_primitive
-
-
$_primitiveClassMapping
-
-
$_prune
-
-
$_prune
-
-
$_pruneConstraint
-
-
$_recast
-
-
$_recordCache
-
-
$_recordID
-
-
$_records
-
-
$_recordSetCache
-
-
$_registeredTypes
-
-
$_required
-
-
$_revision
-
-
$_schema
-
-
$_schema
-
-
$_schemaField
-
-
$_schemas
-
-
$_storedRecordIDs
-
-
$_type
-
-
$_update
-
-
$_update
-
-
$_values
-
-
$_versionConstraint
-
-
$_versionControlled
-
-
$_versions
-
-
_addField
-
Adds a field to the Schema, consisting of a label and a multiple-values flag.
-
_addSchema
-
Adds a
Schema to the list of registered types, and makes sure that it is reference in the database as well.
-
_checkLabel
-
-
_checkObjectType
-
Checks to make sure that the Primitive object is of the appropriate type for this label.
-
_getFieldID
-
Returns the full ID of a field, given a label.
-
_getFieldLabel
-
Returns a field's label given its ID.
-
_getNextAvailableIndex
-
-
_setCacheMode
-
-
_setupSelectQuery
-
Initializes a SelectQuery with the complex JOIN structures of the DataManager.
-
$_comparison
-
-
$_criteria
-
-
$_label
-
-
$_schemaID
-
-
$_type
-
-
$_value
-
-
$_table
-
*******************************************************
-
$_table
-
-
_setValue
-
Set the value
-
_setValue
-
Set the value
-
_setValue
-
Set the value
-
_setValue
-
Set the value
-
_setValue
-
Set the value
-
_setValue
-
Set the value
-
$_cutoffDate
-
-
$_num
-
-
$_autoIncrementColumn
-
The autoincrement column.
-
$_columns
-
The list of columns we will be selecting.
-
$_columns
-
-
$_columns
-
-
$_condition
-
This will store the condition in the WHERE clause. Each element of this array stores 2 things: the condition itself, and the logical operator to use to join with the previous condition.
-
$_condition
-
This will store the condition in the WHERE clause. Each element of this array stores 2 things: the condition itself, and the logical operator to use to join with the previous condition.
-
$_condition
-
This will store the condition in the WHERE clause. Each element of this array stores 2 things: the condition itself, and the logical operator to use to join with the previous condition.
-
$_databases
-
An array of all databases.
-
$_distinct
-
Specifies whether distinct rows will be returned or not.
-
$_groupBy
-
Will store the columns in the GROUP BY clause.
-
$_having
-
Will store the condition in the HAVING clause.
-
$_numberOfRows
-
Stores the number of rows to return.
-
$_orderBy
-
Will store the columns in the ORDER BY clause.
-
$_sequence
-
The sequence to use for generating new ids for the autoincrement column.
-
$_sql
-
Stores all the SQL queries.
-
$_startFromRow
-
Stores the number of the row to start from.
-
$_table
-
-
$_table
-
-
$_table
-
-
$_tables
-
This array stores the tables in the FROM clause of the SELECT query.
-
$_type
-
The type of the query.
-
$_values
-
-
$_values
-
-
_AND
-
_AND in Query.interface.php
Defines a constant for 'AND' operations (used in WHERE and JOIN clauses)
-
_OR
-
_OR in Query.interface.php
Defines a constant for 'OR' operations (used in WHERE and JOIN clauses)
-
_validateDBIndex
-
Private method for validating the dbIndex passed.
-
$_boundVars
-
This is an array consisting of all bound variables.
-
$_currentRow
-
An array storing three arrays (associative, numeric, and both) for the current row in the result.
-
$_currentRowIndex
-
The index of the current row in the result.
-
$_dbHost
-
The hostname of the database, i.e. myserver.mydomain.edu.
-
$_dbName
-
The name of the default database to use.
-
$_dbPass
-
The password for $_dbUser with which to connect to the database.
-
$_dbUser
-
The username with which to connect to the database.
-
$_failedQueries
-
The total number of failed queries executed since the last call to connect().
-
$_isConnectionPersistant
-
Persistant connections can not be closed or have a new link forced, so this property is necessary for determining whether or not a mysql_select_db() is needed before queries to ensure that the proper database is selected.
-
$_lastAutoIncrementValue
-
Gets the last auto increment value that was generated by the INSERT query.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
Stores the current connection's link identifier.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
The link identifier for the database connection.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_resourceId
-
The resource id for this SELECT query.
-
$_resourceId
-
The resource id for this SELECT query.
-
$_successfulQueries
-
The total number of successful queries executed since the last call to connect().
-
$_supportsTransactions
-
TRUE if this database supports transactions.
-
_query
-
Executes an SQL query.
-
$_currentRow
-
An array storing three arrays (associative, numeric, and both) for the current row in the result.
-
$_currentRowIndex
-
The index of the current row in the result.
-
$_dbHost
-
The hostname of the database, i.e. myserver.mydomain.edu.
-
$_dbName
-
The name of the default database to use.
-
$_dbPass
-
The password for $_dbUser with which to connect to the database.
-
$_dbUser
-
The username with which to connect to the database.
-
$_failedQueries
-
The total number of failed queries executed since the last call to connect().
-
$_lastAutoIncrementValue
-
Gets the last auto increment value that was generated by the INSERT query.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
Stores the current connection's link identifier.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_resourceId
-
The resource id for this SELECT query.
-
$_resourceId
-
The resource id for this query.
-
$_resourceId
-
The resource id for this SELECT query.
-
$_resourceId
-
The resource id for this query.
-
$_resourceId
-
The resource id for this query.
-
$_successfulQueries
-
The total number of successful queries executed since the last call to connect().
-
_query
-
Executes an SQL query.
-
$_currentRow
-
An array storing three arrays (associative, numeric, and both) for the current row in the result.
-
$_currentRowIndex
-
The index of the current row in the result.
-
$_dbHost
-
The hostname of the database, i.e. myserver.mydomain.edu.
-
$_dbName
-
The name of the default database to use.
-
$_dbPass
-
The password for $_dbUser with which to connect to the database.
-
$_dbUser
-
The username with which to connect to the database.
-
$_failedQueries
-
The total number of failed queries executed since the last call to connect().
-
$_lastAutoIncrementValue
-
Gets the last auto increment value that was generated by the INSERT query.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
The link identifier for the database connection.
-
$_linkId
-
Stores the current connection's link identifier.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_numberOfRows
-
Stores the number of rows processed by the query.
-
$_resourceId
-
The resource id for this SELECT query.
-
$_resourceId
-
The resource id for this query.
-
$_resourceId
-
The resource id for this SELECT query.
-
$_resourceId
-
The resource id for this query.
-
$_resourceId
-
The resource id for this query.
-
$_successfulQueries
-
The total number of successful queries executed since the last call to connect().
-
_query
-
Executes an SQL query.
-
__construct
-
Constructor
-
__construct
-
-
__construct
-
The constructor. Create a new error.
-
$_classSelector
-
The class selector of this style collection. A class selector is the string that would be included in the 'class' attribute of HTML tags.
-
$_component
-
The component of this Theme.
-
$_componentPostHTML
-
This array will store the post-HTML strings for the different component types. The first dimension is the component type. The second dimension is the index.
-
$_componentPreHTML
-
This array will store the pre-HTML strings for the different component types. The first dimension is the component type. The second dimension is the index.
-
$_components
-
-
$_componentStyles
-
An array storing style collections for the different component types. The first dimension is the component type. The second dimension is the index. The third dimension is the selector of the style collection.
-
$_constraints
-
An array storing constraint information for each component. Each element is another array of four elements storing the width, height, horizontal alignment, and vertical alignment of each component.
-
$_content
-
The content of this component.
-
$_dbIndex
-
The database connection as returned by the DBHandler.
-
$_dbName
-
The database connection as returned by the DBHandler.
-
$_description
-
The description of this StyleCollection.
-
$_description
-
The description of this SC.
-
$_description
-
The description of this Theme.
-
$_description
-
The description of this StyleProperty.
-
$_displayName
-
The display name of this SC.
-
$_displayName
-
The display name of this Theme.
-
$_displayName
-
The display name of this StyleProperty.
-
$_displayName
-
The display name of this StyleCollection.
-
$_errorDescription
-
The description of the Error that will be thrown whenever validation fails.
-
$_globalStyles
-
An array storing global style collections. It is one-dimensional. The key is the selector of the style collection. The element is the style collection itself.
-
$_headJavascript
-
-
$_id
-
-
$_id
-
-
$_id
-
-
$_index
-
The index of this component. The index has no semantic meaning:
-
$_layout
-
-
$_limitedToOptions
-
If TRUE, then the value of this SC will be restricted to the list of options.
-
$_main
-
This is the main container into which all non-menu content will go.
-
$_menus
-
An array storing all menus of this theme. Each element is a
- Menu
object.
-
$_name
-
The name of this StyleProperty.
-
$_options
-
An array of strings that will store the list of options (may or may not be
-
$_pageTitle
-
The page title.
-
$_positions
-
-
$_postHTML
-
-
$_postHTML
-
HTML to place around the the component's content.
-
$_postImportMethods
-
This array stores the names of the methods that will be run after importing of registered
- StyleProperties
.
-
$_preHTML
-
HTML to place around the the component's content.
-
$_preHTML
-
-
$_registeredSPs
-
This array stores all registered mutable
- StyleProperties
.
-
$_rule
-
This is the ValidatorRule of this SC.
-
$_SCs
-
An array of the StyleComponents contained by this StyleProperty.
-
$_selector
-
The selector of this StyleCollection.
-
$_SPs
-
An array of the StyleProperties contained by this StyleCollection.
-
$_styleCollections
-
This is an array of the style collections that have been applied to this component.
-
$_styles
-
This array combines
- _componentStyles
and
- _globalStyles
into one. The purpose is to avoid duplication of style collection and to provide an easy way to implement the
- getCSS()
method.
-
$_themeList
-
A list of default themes anyone can access. The array should contain several arrays with two parameters. The first is a display name.
-
$_type
-
-
$_urls
-
-
$_wrapper
-
This is a wrapper component that is used to center and resize the contents of the page.
-
_getAllStyles
-
A private function that returns all style collections for the given component and any subcomponents it might have.
-
$_accessKey
-
The access key (shortcut) for this menut item.
-
$_additionalHtml
-
-
$_attributes
-
An associative array of additional HTML attributes to be included with the
- a href
tag. The key is the attribute, and the element is the value.
-
$_displayName
-
The display name of this menu item.
-
$_displayName
-
The display name of this menu item.
-
$_selected
-
The selected state of this menu item.
-
$_selectedId
-
This is the id of the menu item that is currently selected.
-
$_target
-
The target window of this menu item.
-
$_text
-
The display name of this menu item.
-
$_toolTip
-
The toolTip for this menu item.
-
$_url
-
The url of this menu item.
-
$_value
-
-
_getCellOrder
-
Return an array mapping the order of the cells .
-
_generateData
-
Generate a new image with possible conversion to a new type and size
-
$_application
-
-
$_lang
-
-
$_langDir
-
-
$_strings
-
-
_
-
_() in LanguageLocalizer.class.php
Returns the passed string to emulate untranslated language support for systems on which gettext isn't availible
-
$_agentFlavor
-
Whether to use plain agents or editable agents. 'Flavor' is used because
-
$_agents
-
-
$_count
-
-
$_dbIndex
-
-
$_dbName
-
-
$_dns
-
-
$_hierarchy
-
-
$_idString
-
-
$_ignore
-
-
$_iterator
-
-
$_javaClass
-
-
$_javaClassName
-
-
$_next
-
-
$_nextAgent
-
-
$_node
-
The node that this group corresponds to.
-
$_nodeIterator
-
-
$_traversalInfoIterator
-
-
_getAgent
-
create a new Agent of the appropriate class and return it.
-
_getAgent
-
create a new Agent of the appropriate class and return it.
-
_getAgent
-
create a new Agent of the appropriate class and return it.
-
_getNext
-
-
_selectNextAgent
-
Select the next id in the TraversalInfoIterator that corresponds to a Group.
-
_shouldSelect
-
Return True if we should select the Agent with the given id, FALSE if we are filtering it.
-
_shouldSelect
-
Return True if we should select the Agent with the given id, FALSE if we are filtering it.
-
_shouldSelect
-
Return True if we should select the Agent with the given id, FALSE if we are filtering it.
-
$_hierarchy
-
-
$_hierarchy
-
-
_checkConfig
-
Check that we are configured
-
_createMappingsFromResult
-
Create an array of mapping objects from a query result.
-
_createSelectQuery
-
Create a select query with table joins.
-
_getTypeKey
-
Get the key of the type.
-
_mappingExistsForTokens
-
Return true if a mapping between AuthNTokens and an AgentId exists for this auth Type.
-
$_bind
-
LDAP bind result.
-
$_configuration
-
The configuration for this method.
-
$_conn
-
The LDAP connection ID.
-
_anonymousBind
-
Attempts to bind to the LDAP server anonymously.
-
_bind
-
Attempt to bind to the LDAP server using $dn and $password credentials.
-
_bindForSearch
-
Attempts to bind to the LDAP server either anonymously or with a DN and password supplied in the configuration so that we can search the database.
-
_connect
-
Connects to the LDAP server.
-
_disconnect
-
Disconnects from the LDAP server.
-
_getKey
-
Private method for matching keys to Types.
-
_getMyGroups
-
Answer the direct child groups of this group
-
_getMyMembers
-
Answer the direct members of this group
-
_getSubgroupGroups
-
Answer the descendent groups of this group
-
_getSubgroupMembers
-
Answer the members of this group both directly and in subgroups
-
_populateProperties
-
A private method used to populate the Properties that correspond to the given AuthNTokens
-
_populateProperties
-
A private method used to populate the Properties that correspond to the given AuthNTokens
-
_populateProperties
-
A private method used to populate the Properties that correspond to the given AuthNTokens
-
_typeToString
-
Private method for converting Types to strings.
-
_authenticateAdminActAsUser
-
Log out the current user if they have authorization to act as other users, and log them in as the new user, setting a session identifier to add to the logs.
-
_authenticateAdminActAsUserForType
-
Log in a user if the username matches, but without checking the password, as part of the admin-act-as process
-
_checkType
-
Validate the type passed to ensure that it is one of our supported ones.
-
_getAgentIdForAuthNTokens
-
Get the AgentId that corresponds to the AuthNTokens passed and AuthNType.
-
_getAuthNTokensFromUser
-
Prompt the user for their authentication tokens and recieve the responce.
-
_getTypeString
-
Return a string version of a type.
-
$_agentId
-
The Id of the agent.
-
$_agentIdStrings
-
-
$_authorizationManagerObjectCache
-
This is the AuthorizationCache used by the AuthorizationManager that holds the Authorization objects. It is needed as a parameter for the explicit Authorization constructor.
-
$_authorizations
-
An array of the cached Authorization objects. The index of each element is the Id of the corresponding Authorization.
-
$_cache
-
The AuthorizationCache object.
-
$_cache
-
The AuthorizationCache object.
-
$_cache
-
The AuthorizationCache object.
-
$_configuration
-
The configuration, taken from the AuthorizationManager
-
$_dbIndex
-
The index of the database connection as returned by the DBHandler.
-
$_dbIndex
-
The database connection as returned by the DBHandler.
-
$_description
-
The description of this function.
-
$_effectiveDate
-
The date when this Authorization starts being effective.
-
$_expirationDate
-
The date when the authorization expires.
-
$_explicit
-
Specifies whether this Authorization is explicit or not.
-
$_functionId
-
The Id of the function.
-
$_functions
-
An array of the cached Function objects. The index of each element is the Id of the corresponding Function.
-
$_functionType
-
The type of this function.
-
$_groupAncestorsCache
-
-
$_id
-
The Unique ID of this function.
-
$_id
-
The Id of this Authorization (string).
-
$_node
-
The associated hierarchy node object.
-
$_qualifierHierarchyId
-
The ID of the qualifier hierarchy that is associated with this function.
-
$_qualifierId
-
The Id of the qualifier.
-
$_qualifiers
-
An array of the cached Qualifier objects. The index of each element is the Id of the corresponding Qualifier.
-
$_queue
-
An array of string Ids of nodes which should next have AZs loaded
-
$_referenceName
-
The display name of this function.
-
_getContainingGroupIdStrings
-
Get an array of the string Ids of the groups that contain the particular Id.
-
_getUserIds
-
Get the Ids of the current user. The user may be authenticated in multiple ways which each have a different Id.
-
_loadQueue
-
Load all of the Authorizations for the user and cache them
-
_synchronizeCache
-
Sychronize the cache. Remove any nodes from the cache whose AZs may have changed.
-
$_canonicalCoursesId
-
-
$_configuration
-
-
$_courseGroupsId
-
-
$_courseManagementRootId
-
-
$_hierarchy
-
-
$_hierarchy
-
-
$_hierarchy
-
-
$_hierarchy
-
-
$_id
-
-
$_id
-
-
$_id
-
-
$_id
-
-
$_id
-
-
$_id
-
-
$_node
-
-
$_node
-
-
$_node
-
-
$_node
-
-
$_osidContext
-
-
$_table
-
-
$_table
-
-
$_table
-
-
$_table
-
-
$_table
-
-
$_table
-
-
_getField
-
-
_getField
-
-
_getField
-
-
_getField
-
-
_getField
-
-
_getField
-
Given the object in table $table with id $id, get the field with name $key
-
_getField
-
-
_getProperties
-
-
_getProperties
-
-
_getProperties
-
Get a Properties object with the information about this object.
-
_getType
-
For object in table $table with id $id, get the Type with type $typename
-
_getType
-
-
_getType
-
-
_getType
-
-
_getType
-
-
_getType
-
-
_getType
-
-
_getTypes
-
-
_getTypes
-
-
_getTypes
-
-
_getTypes
-
-
_getTypes
-
-
_getTypes
-
Get all the Types from the table specified
-
_getTypes
-
-
_indexToType
-
For get the Type with type $typename with id $index
-
_setField
-
-
_setField
-
-
_setField
-
-
_setField
-
-
_setField
-
-
_setField
-
Given the object in table $table with id $id, change the field with name $key to $value
-
_setField
-
-
_typeToIndex
-
-
_typeToIndex
-
-
_typeToIndex
-
-
_typeToIndex
-
Find the index for our Type of type $type in its table. If it is not there, put it into the table and return the index.
-
_typeToIndex
-
-
_typeToIndex
-
-
_typeToIndex
-
-
$_allHierarchiesCached
-
TRUE if all hiearchies are cached.
-
$_allowsMultipleParents
-
This is true if the hierarchy will allow multiple parents.
-
$_cache
-
Given an id of a cached node,
-
$_cache
-
This is the HierarchyCache object. Must be the same one that all other nodes in the Hierarchy are using.
-
$_dbIndex
-
The database connection as returned by the DBHandler.
-
$_dbIndex
-
The database connection as returned by the DBHandler.
-
$_depth
-
-
$_description
-
The description of this hierarchy.
-
$_description
-
The description for this node.
-
$_displayName
-
-
$_displayName
-
The display name for this node.
-
$_displayName
-
The display name of this hierarchy.
-
$_hierarchies
-
An array that will store all hierarchies and fulfil the function of a cache.
-
$_hierarchyId
-
The id of the hierarchy.
-
$_id
-
-
$_id
-
The Id of this hierarchy.
-
$_id
-
The Id of this node.
-
$_infoCache
-
A cache of the created traversalInfoObjects. Intended to help solve some of the memory blowup in Concerto. Checking 20 AZs on about 25 Assets in Concerto was traversing such that ~100,000 HarmoniTraversalInfo objects were being created.
-
$_nodeQuery
-
This is a SELECT query that we will often use to get one single node from the database.
-
$_tree
-
This is the
- Tree
object that will store the cached portions of the hierarchy.
-
$_type
-
The type of this node.
-
_isCached
-
Returns
- true
if the node with the specified string id has been cached.
-
_isCachedDown
-
Determines whether a node has been cached down
-
_isCachedUp
-
Determines whether a node has been cached up
-
_traverseDown
-
Traverses down and caches whatever needs to be cached.
-
_traverseUp
-
Traverses up and caches whatever needs to be cached.
-
_traverseUpAncestory
-
Traverses up the ancestory table and caches whatever needs to be cached.
-
$_children
-
The children of this node. The index of each element of the array is the string representation of the Id of the corresponding Node.
-
$_id
-
The id (string representation) for this node.
-
$_nodes
-
The nodes of this tree. This is an array of node object. The indices of the array correspond to the node id.
-
$_parents
-
The parents of this node. The index of each element of the array is the string representation of the Id of the corresponding Node.
-
$_size
-
The size of this tree.
-
_traverse
-
A private recursive function that performs a depth-first pre-order traversal.
-
$_dbIndex
-
The database connection as returned by the DBHandler.
-
$_ids
-
An array of all cached Id objects.
-
$_javaClass
-
-
$_javaClassName
-
-
$_dbIndex
-
The database connection as returned by the DBHandler.
-
_getTypeId
-
Answer the database id for the type passed.
-
$_assetValidFlags
-
-
$_configuration
-
-
$_configuration
-
-
$_configuration
-
-
$_createdAssets
-
-
$_createdParts
-
-
$_createdParts
-
-
$_createdRecords
-
-
$_createdRecordStructures
-
-
$_createdRecordStructures
-
-
$_createdRepositories
-
-
$_data
-
-
$_data
-
-
$_datesInDB
-
-
$_dimensions
-
-
$_effectiveDate
-
-
$_expirationDate
-
-
$_hierarchy
-
-
$_hierarchy
-
-
$_hierarchy
-
-
$_id
-
-
$_idString
-
-
$_name
-
-
$_node
-
-
$_node
-
-
$_parts
-
-
$_partsLoaded
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructure
-
-
$_partStructures
-
-
$_record
-
-
$_recordFieldValue
-
-
$_recordId
-
-
$_recordId
-
-
$_recordId
-
-
$_recordId
-
-
$_recordId
-
-
$_recordId
-
-
$_recordId
-
-
$_recordId
-
-
$_recordIDs
-
-
$_recordStructure
-
-
$_recordStructure
-
-
$_recordStructure
-
-
$_recordStructure
-
-
$_recordStructure
-
-
$_recordStructure
-
-
$_repository
-
-
$_repositoryValidFlags
-
-
$_schema
-
-
$_schemaField
-
-
$_searchTypes
-
-
$_size
-
-
$_type
-
-
$_type
-
-
$_type
-
-
$_value
-
-
$_versionControlAll
-
-
$_versionControlTypes
-
-
_copyAsset
-
Recursively copies an asset and its children to a new parent.
-
_getAssetRepository
-
****************************************************************************
-
_getCurrentAgent
-
Answer the current agent id
-
_getFilePath
-
Build the file path where we will store our data
-
_isLastPart
-
Return TRUE if the Part of the passed Id is the last one, and the whole schebang should be deleted.
-
_isLastPart
-
Return TRUE if the Part of the passed Id is the last one, and the whole schebang should be deleted.
-
_isLastPart
-
Return TRUE if the Part of the passed Id is the last one, and the whole schebang should be deleted.
-
_loadAuthoritativeValueStrings
-
Load the authoritative value list
-
_loadDates
-
Loads dates from the database and sets the _datesInDB flag
-
_loadParts
-
Do a single query to load all of the small-valued parts for the record; that is, everything but the file and thumb data.
-
_loadParts
-
Do a single query to load all of the small-valued parts for the record; that is, everything but the file and thumb data.
-
_registerSearchTypes
-
Sets up an array of supported searchTypes for the DR.
-
_storeDates
-
Store the effective and expiration Dates. getEffectiveDate or getExpirationDate should be called first to set the datesInDB flag.
-
_updateValue
-
Allow the file record to update the fetch from its own queries
-
_updateValue
-
Allow the file record to update the fetch from its own queries
-
_updateValue
-
Allow the file record to update the fetch from its own queries
-
_updateValue
-
Allow the file record to update the fetch from its own queries
-
_updateValue
-
Allow the file record to update the fetch from its own queries
-
_updateValue
-
Allow the file record to update the fetch from its own queries
-
$_elements
-
-
$_i
-
-
$_id
-
-
$_id
-
-
__toString
-
Answer the string version of this id. Enables transparent Id to string translation.
-
$_bool
-
-
_deepCopyArray
-
Recursively copy an array, used by deepCopy
-
_normalize
-
Normalize tick values to make things like "2 days, 35 hours" into "3 days, 9 hours".
-
$_children
-
-
$_string
-
-
_setValue
-
Set the internal value to a PHP primitive.
-
_setValue
-
Set the internal value to a PHP primitive.
-
_setValue
-
Set the internal value to a PHP primitive.
-
_setValue
-
Set the internal value to a PHP primitive.
-
_setValue
-
Set the internal value to a PHP primitive.
-
$_registeredServices
-
A private array of registerd services: array("key1"=>classname, ...)
-
$_services
-
A private array of services: array("key1"=>ServiceObject1, ...)
-
_getBacktrace
-
-
_getServiceName
-
Get service name. Gets the name of a service or its alias.
-
__sleep
-
Stops all the services -- used internally by PHP.
-
$_dbIndex
-
-
$_dbIndex
-
-
$_i
-
-
$_items
-
-
$_persistentSets
-
-
$_setId
-
-
_updateOrders
-
Update the orders of the ids in the database.
-
_loadConfiguration
-
Load the configuration for this item
-
_loadInfo
-
Populate the info for this item
-
$_blue
-
-
$_changed
-
-
$_completed
-
-
$_currentPercent
-
-
$_data
-
-
$_detail
-
-
$_discrimination
-
-
$_end
-
-
$_end
-
-
$_ext
-
-
$_fieldSet
-
The FieldSet where we will store our data.
-
$_fullPath
-
-
$_green
-
-
$_list
-
-
$_max
-
-
$_mean
-
-
$_median
-
-
$_min
-
-
$_nextPosition
-
The position in the array of the next element of the queue that will be returned when next() is called.
-
$_ob_data
-
-
$_paths
-
-
$_queue
-
An array used to store the elements of the queue.
-
$_red
-
-
$_reversed
-
The order of extraction from the queue.
-
$_ruleSet
-
The RuleSet that will define both rules and what keys are allowed.
-
$_setFields
-
-
$_sortedData
-
-
$_standardDeviation
-
-
$_start
-
-
$_start
-
-
$_startPosition
-
The start position of the queue in the array. In a reversed queue, this would be the last element of the array. In a normal queue, this would equal zero.
-
$_total
-
*******************************************************
-
$_valid
-
-
_addDashes
-
Prints the right number of dashes
-
_addSpaces
-
Prints the right number of Spaces
-
_checkColors
-
Makes sure all the colors are within the range 0 - 255
-
_checkdata
-
Check if all the data is numerically interpretable (only contains numbers and numeric strings)
-
_createStatusBar
-
Prints the status bar to the user
-
_getFileType
-
Figures out the type of archive.
-
_jump_obs
-
Climbs down the ob ladder and saves the data to put back later
-
_land_obs
-
Climps back up the ob ladder adding back the data that was there
-
_updateStatusBar
-
Updates the statys bar for the user
-
_withinRange
-
Makes sure $val is within the range $min -> $max
-
$_backtrace
-
-
$_category
-
-
$_level
-
-
$_outputLevel
-
-
$_queue
-
-
$_text
-
-
_add
-
Adds a DebugItem to the queue.
-
$_fields
-
an associative array of keys and values
-
$_fieldset
-
the FieldSet object
-
$_rules
-
an associative array of keys and associated rules
-
$_ruleset
-
the RuleSet object
-
$_choices
-
an array of choices to allow
-
$_max
-
The range max.
-
$_methods
-
The methods to check the existance of.
-
$_mix
-
The range min.
-
$_parentClassName
-
The name of the parent class.
-
$_regex
-
the regular expression that should be used to check the value
-
$_regex
-
-
$_rule
-
the rule to be used for each array element
-
$_rule
-
the rule to be used for the values set
-
array_walk_stripslashes
-
******************************************************* if magic quotes on then get rid of them as we assume that they are off.
-
actionExists
-
Checks to see if a given modules/action pair exists for execution within this source.
-
ActionHandler
-
The constructor.
-
ActionHandler
-
The ActionHandler interface defines the required methods for an ActionHandler class.
-
ActionSource
-
An abstract class for all ActionSource classes. ActionSource classes give the
ActionHandler places to look for modules and actions for execution.
-
ACTIONS_CLASSES
-
-
ACTIONS_CLASSES_METHOD
-
-
ACTIONS_CLASS_METHODS
-
-
ACTIONS_FLATFILES
-
-
addActionSource
-
Adds a location for actions to the list of locations.
-
ActionHandler.class.php
-
-
ActionSource.abstract.php
-
-
actionExists
-
Checks to see if a given modules/action pair exists for execution within this source.
-
actionExists
-
Checks to see if a given modules/action pair exists for execution within this source.
-
actionExists
-
Checks to see if a given modules/action pair exists for execution within this source.
-
$ActionHandler
-
-
$actionPath
-
-
addPostExecActions
-
Adds an action, or multiple, (see the
ActionHandler) to execute after executing the action requested by the end user.
-
addPreExecActions
-
Adds an action, or multiple, (see the
ActionHandler) to execute before executing the action requested by the end user.
-
attachData
-
-
attachOutputHandler
-
Set the OutputHandler to use for theming the output.
-
addEventListener
-
Adds an
EventListener to be triggered whenever an event is thrown.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
attachToHarmoni
-
Attach this class to the HarmoniObject as the current OutputHandler.
-
assignRequestHandler
-
Assigns a
RequestHandler to this RequestContext object. The RequestHandler provides the bridge between the browser and the data driving requests.
-
activateTag
-
Takes a tag object and activates the appropriate versions of values based on the tag mappings.
-
add
-
Adds the given
Record to our list.
-
addDataType
-
Adds a specific data type (identified by a string such as "integer") to our registry. Each data type has two classes associated with it: a Primitive and a
StorablePrimitive. The former is used when setting/getting values, the latter used when talking with the database.
-
addField
-
Adds a new field to the Schema.
-
addRecord
-
-
addRecordID
-
Adds the given ID to our list of Records.
-
addRecords
-
Adds the records in the passed array to our set.
-
addToDB
-
Flags that we should add ourselves to the databse as a new row upon commit().
-
addValueFromPrimitive
-
Adds $value to a new index within this label, assuming it allows multiple values.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
associate
-
After being added to a
Schema, it calls associate() to tie us to its type. This way, we can only be added to one Schema.
-
ActiveRecordsSearch
-
Limits a search to exclude all inactive
Records.
-
ActiveRecordsSearch
-
-
addCriteria
-
-
AndSearch
-
Takes multiple other criteria and AND's them together in the SQL query.
-
ActiveRecordsSearch.class.php
-
-
AndSearch.class.php
-
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
alterQuery
-
Takes an existing
SelectQuery and adds a table join and some columns so that when it is executed the actual data can be retrieved from the row. The join condition must be "fk_data = data_id_field", since the field "fk_data" is already part of the DataManager's table structure.
-
asABlob
-
Convert this object to a StorableBlob
-
asABlob
-
Convert this object to a StorableBlob
-
asABlob
-
Convert this object to a StorableBlob
-
asABlob
-
Convert this object to a StorableBlob
-
asABlob
-
Convert this object to a StorableBlob
-
asABoolean
-
Convert this object to a Boolean
-
asABoolean
-
Convert this object to a Boolean
-
asADateTime
-
Convert this object to a StorableTime
-
asADateTime
-
Convert this object to a StorableTime
-
asAFloat
-
Convert this object to a StorableFloat
-
asAFloat
-
Convert this object to a StorableFloat
-
asAFloat
-
Convert this object to a StorableFloat
-
asAInteger
-
Convert this object to a StorableInteger
-
asAInteger
-
Convert this object to a StorableInteger
-
asAInteger
-
Convert this object to a StorableInteger
-
asAnOKIType
-
Convert this object to a OKIType
-
asAnOKIType
-
Convert this object to a OKIType
-
asAShortString
-
Convert this object to a StorableShortString
-
asAShortString
-
Convert this object to a StorableShortString
-
asAShortString
-
Convert this object to a StorableShortString
-
asAShortString
-
Convert this object to a StorableShortString
-
asAShortString
-
Convert this object to a StorableShortString
-
asAString
-
Convert this object to a StorableString
-
asAString
-
Convert this object to a StorableString
-
asAString
-
Convert this object to a StorableString
-
asAString
-
Convert this object to a StorableString
-
asAString
-
Convert this object to a StorableString
-
addColumn
-
Adds a new column to the SELECT query.
-
addColumn
-
Add a new column and populate all rows of values with a null value. Return the array index of the new column.
-
addColumn
-
Adds a new column to the SELECT query.
-
addDatabase
-
Adds the specified Database object to the list of databases.
-
addOrderBy
-
Add a column to the ORDER BY clause.
-
addOrderBy
-
Add a column to the ORDER BY clause.
-
addRawValue
-
Add a column/value pair to the latest row, if a value for the column exists, it will be overwritten. The value will not have any new escaping or quotes added to it. All rows of values MUST have the same number and order of columns.
-
addRawValue
-
Add a column/value pair, if a value for the column exists, it will be overwritten. The value will not have any new escaping or quotes added to it.
-
addRowOfValues
-
Adds one row of values to insert into the table.
-
addRowOfValues
-
Adds one row of values to insert into the table.
-
addSQLQuery
-
Adds one SQL string to this query.
-
addSQLQuery
-
Adds one SQL string to this query.
-
addTable
-
Adds a table to the FROM clause of the SELECT query.
-
addTable
-
Adds a table to the FROM clause of the SELECT query.
-
addValue
-
Add a value to the latest row, escaping it and surrounding it with quotes.
-
addValue
-
Add a value, escaping it and surrounding it with quotes.
-
addWhere
-
Adds a new condition in the WHERE clause.
-
addWhere
-
Adds a new condition in the WHERE clause.
-
addWhere
-
Adds a new condition in the WHERE clause.
-
addWhere
-
Adds a new condition in the WHERE clause.
-
addWhere
-
Adds a new condition in the WHERE clause.
-
addWhere
-
Adds a new condition in the WHERE clause.
-
addWhereComparison
-
Add a comparison where the value is quoted and escaped.
-
addWhereEqual
-
Add a where clause of the form column='value'.
-
addWhereGreaterThan
-
Add a where clause of the form column>'value'.
-
addWhereGreaterThanOrEqual
-
Add a where clause of the form column>='value'.
-
addWhereIn
-
Add a where clause of the form column IN ('xxx', 'yyy').
-
addWhereLessThan
-
Add a where clause of the form column<'value'.
-
addWhereLessThanOrEqual
-
Add a where clause of the form column<='value'.
-
addWhereNotEqual
-
Add a where clause of the form column!='value'.
-
addWhereNotIn
-
Add a where clause of the form column NOT IN ('xxx', 'yyy').
-
addWhereNotNull
-
Add a where clause of the form column IS NOT NULL.
-
addWhereNull
-
Add a where clause of the form column IS NULL.
-
addWhereRawComparison
-
Add a comparison where the value is NOT quoted or escaped
-
addWhereRawEqual
-
Add a where clause of the form column='value'.
-
addWhereRawGreaterThan
-
Add a where clause of the form column>'value'.
-
addWhereRawGreaterThanOrEqual
-
Add a where clause of the form column>='value'.
-
addWhereRawIn
-
Add a where clause of the form column IN ('xxx', 'yyy').
-
addWhereRawLessThan
-
Add a where clause of the form column<'value'.
-
addWhereRawLessThanOrEqual
-
Add a where clause of the form column<='value'.
-
addWhereRawNotEqual
-
Add a where clause of the form column!='value'.
-
addWhereRawNotIn
-
Add a where clause of the form column NOT IN ('xxx', 'yyy').
-
advanceRow
-
Advances the current row position.
-
ASCENDING
-
Used with the setOrderBy() method to indicate that the order will be ascending. Used by SelectQueryInterface::setOrderBy().
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
ASSOC
-
ASSOC in SelectQueryResult.interface.php
A constant indicating an associative array.
-
asString
-
Answer a string representation of the query.
-
advanceRow
-
Advances the current row position.
-
advanceRow
-
Advances the current row position.
-
advanceRow
-
Advances the current row position.
-
add
-
Adds the given component to this container.
-
add
-
Adds the given component to this container.
-
addGlobalStyle
-
Attaches to the Theme a style collection that will have a global effect on the page look and feel. For example, this could be a style collection affecting the
- body
HTML element.
-
addGlobalStyle
-
Attaches to the Theme a style collection that will have a global effect on the page look and feel. For example, this could be a style collection affecting the
- body
HTML element.
-
addMenu
-
Adds a new menu to this theme.
-
addMenu
-
Adds a new menu to this theme.
-
addPlaceholder
-
Add a placeholder and recieve back an id with which to reference it.
-
addSC
-
Adds one StyleComponent to this StyleProperty.
-
addSC
-
Adds one StyleComponent to this StyleProperty.
-
addSP
-
Adds one StyleProperty to this StyleCollection.
-
addSP
-
Adds one StyleProperty to this StyleCollection.
-
addStyle
-
-
addStyle
-
-
addStyleForComponentType
-
Registers the specified style collection with the given component type.
-
addStyleForComponentType
-
Registers the specified style collection with the given component type.
-
ALERT_BLOCK
-
A constant defining the BLOCK indexes.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
add
-
Adds the given menu item to this container. The only difference from the familiar
- add()
method of the Container class is that now explicit checking is performed to make sure that the given component is indeed a
- menuItem
and not just any component.
-
addAttribute
-
Add an additional attribute to the
- a href
HTML tag. For example, this could be a javascript event or simply any additional functionality not available through the standard get/set methods. Repeated attributes are not permitted.
-
AttachmentSC
-
The RepeatSC represents CSS "attachment" value. The allowed values are:
-
AttachmentSC
-
The constructor.
-
AutoLengthSC
-
The constructor.
-
AutoLengthSC
-
The AutoLengthSC represents CSS "top", "left", "right", "bottom",
-
AttachmentSC.class.php
-
-
AutoLengthSC.class.php
-
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as follows:
-
assignOsidContext
-
Assign the context of this OsidManager.
-
addApplication
-
Add a new application to the LanguageLocalizer.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
add
-
Add an Agent or a Group to this Group. The Agent or Group will not be added if it already exists in the group.
-
add
-
Add an Agent or a Group to this Group. The Agent or Group will not be added if it already exists in the group.
-
add
-
Add an Agent or a Group to this Group. The Agent or Group will not be added if it already exists in the group.
-
addProperty
-
* adds a property to the agent and stores it
-
AgentFilteringFromTraversalIterator
-
AgentIterator provides access to these objects sequentially, one at a time.
-
AgentFilteringFromTraversalIterator
-
Constructor
-
AnonymousAgent
-
Constructor
-
AnonymousAgent
-
The AnonymousAgent has Id "0" and can refer to a non-logged in user.
-
assignConfiguration
-
Assigns the configuration of databases etc.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
assignOsidContext
-
Assign the context of this OsidManager.
-
attach
-
An implementation-specific public method that does exactly the same as add(), but does not insert into the database.
-
attach
-
An implementation-specific public method that does exactly the same as add(), but does not insert into the database.
-
AgentFilteringFromTraversalIterator.class.php
-
-
AnonymousAgent.class.php
-
-
AgentSearchInterface
-
The AgentSearch interface defines methods for searching for agents. This is used by the AgentManager for searching for agents.
-
AncestorGroupSearch
-
Constructor
-
AncestorGroupSearch
-
The AgentSearch interface defines methods for searching for agents. This is used by the AgentManager for searching for agents.
-
AgentSearch.interface.php
-
-
AncestorGroupSearch.class.php
-
-
AgentTokenMapping
-
The AgentTokenMapping is the recorded mapping between a set of authentication tokens and an AgentId as Known to the AgentManager OSID.
-
AgentTokenMapping
-
Constructor
-
AgentTokenMappingManager
-
Constructor. We wish to ensure that the manager is properly configured via the assignConfiguration() method and any needed context information has been passed via assignOsidContext(), so an instance variable is set here to false untill the necessary initialization has occurred.
-
AgentTokenMappingManager
-
The AgentTokenMappingManager manages the mappings between AgentIds and one or more sets of authentication tokens per AgentId.
-
assignConfiguration
-
Assign the configuration of this OsidManager.
-
assignOsidContext
-
Assign the context of this OsidManager.
-
AgentTokenMappingManager.class.php
-
-
AgentTokenMapping.class.php
-
-
add
-
Add an Agent or a Group to this Group. The Agent or Group will not be added if it already exists in the group.
-
addAuthNMethodWithType
-
Add an Authentication Type-Method pair.
-
addTokens
-
Add tokens to the system.
-
addTokens
-
Add tokens to the system.
-
assignConfiguration
-
Stores the configuration. Calls the parent configuration first, then does additional operations.
-
assignConfiguration
-
Stores the configuration. Calls the parent configuration first, then does additional operations.
-
assignConfiguration
-
Assign the configuration of this OsidManager.
-
assignConfiguration
-
Store the configuration.
-
assignOsidContext
-
Assign the context of this OsidManager.
-
authenticate
-
Authenticate a agent tokens
-
authenticateDN
-
authenticate will check a DN/password pair against the LDAP server.
-
authenticateTokens
-
Authenticate an AuthNTokens object
-
authenticateTokens
-
Authenticate an AuthNTokens object
-
authenticateTokens
-
Authenticate a Tokens object
-
AuthNMethod
-
An AuthNMethod is an abstract class that corresponds to a method of
-
AuthNMethod
-
Constructor. Does not take any configuration. assignConfiguration() Should be used for this purpose.
-
AuthNMethodManager
-
Constructor. We wish to ensure that the manager is properly configured via the assignConfiguration() method and any needed context information has been passed via assignOsidContext(), so an instance variable is set here to false untill the necessary initialization has occurred.
-
AuthNMethodManager
-
The AuthNMethodManager handles the management of Authentication Types and the AuthNMethods that correspond to those types. Neither the AuthNMethodManager nor AuthNMethods maintain any information about authentication states. They simply provide the means of checking that authentication when desired.
-
AuthNTokens
-
AuthNTokens are used by AuthNMethods as an abstraction to allow for accessing common data from tokens passed that correspond to multiple Authorization systems. The identifier is often a username, but can be any string as long as it is unique within a given AuthNMethod.
-
AuthNTokens
-
Constructor. Stores the configuration.
-
AuthNMethodManager.class.php
-
-
AuthNMethod.abstract.php
-
-
AuthNTokens.abstract.php
-
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
authenticateUser
-
Invoke the authentication process of the specified Type to identify the
-
addParent
-
Adds a parent to this Qualifier supported by the Authorization implementation.
-
agentExists
-
Return true if the agentId exists in the Authorization Service; false otherwise. This is not asking if there are any Authorizations that reference this agentId. This is not asking if the agentId is known to the Agent OSID.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
AuthorizationCache
-
This class provides a mechanism for caching different authorization components and also acts as an interface between the datastructures and the database.
-
AuthorizationCache
-
Constructor
-
AuthorizationCache.class.php
-
-
addAsset
-
Add an Asset for this CourseSection. Does nothing if the course has a single copy of the asset and prints a warning if there is more than one copy of that asset in one course.
-
addAsset
-
Add an Asset for this CourseOffering. Does nothing if the course has a single copy of the asset and prints a warning if there is more than one copy of that asset in one course.
-
addCourse
-
Add a CanonicalCourse to this CourseGroup. Order may be preserved, depending on CourseGroupType.
-
addEquivalentCourse
-
Add an equivalent course which are for mapping courses across
-
addStudent
-
Add a student to the roster and assign the specified Enrollment Status Type.
-
addStudent
-
Add a student to the roster and assign the specified Enrollment Status Type.
-
addTopic
-
Add a Topic for this CanonicalCourse.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
addNodeType
-
Add a NodeType to this Hierarchy.
-
addParent
-
Link a parent to this Node.
-
addParent
-
Makes the first node the parent of the second node.
-
allowsMultipleParents
-
Returns true if multiple parents are allowed; false otherwise.
-
allowsRecursion
-
Returns true if recursion allowed; false otherwise.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
addChild
-
Adds a new child for this node.
-
addChild
-
Adds a new child for this node.
-
addNode
-
Adds the specified node to the hierarchy and makes it a child of the specified parent. If the parent is not specified, then it makes the node a root.
-
addNode
-
Adds the specified node to the tree and makes it a child of the specified parent. If the parent is not specified, then it makes the node a root. Always use this method instead of the addChild() method of the individual tree nodes.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
addAgentId
-
Add an agent Id to this item
-
addColumnsAndOrder
-
Add columns, orders, and limits to our query
-
addNodeId
-
Add an node Id to this item
-
addTextToBactrace
-
Add HTML text to the bactrace, usefull for storing source URLs, etc
-
addUserIds
-
Add the current user ids to this item
-
addWhereClauses
-
Add where clauses to the query
-
addWhereClauses
-
Add where clauses to the query
-
AgentNodeEntryItem
-
Constructor
-
AgentNodeEntryItem
-
The AgentNodeEntryItem encapsulates data about a log entry
-
appendLog
-
Write the entryItem to the Log. The entryItem is written to the Log using the format type and priority type explicitly set by the application or the implementation default.
-
appendLogWithTypes
-
Write the entry, the priorityType and formatType to the Log.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignFormatType
-
Assign the formatType for all subsequent writes during the lifetime of this instance. FormatType has meaning to the caller of this method.
-
assignOsidContext
-
Assign the context of this OsidManager.
-
assignPriorityType
-
Assign the priorityType for all subsequent writes during the lifetime of this instance. PriorityType has meaning to the caller of this method.
-
AgentNodeEntryItem.class.php
-
-
addAsset
-
Add an Asset to this Asset.
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValue
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addAuthoritativeValueAsString
-
Add an authoritative value
-
addFileDataPart
-
Add a fileDataPart
-
addFileDataPart
-
Add a fileDataPart
-
assetExists
-
Answer true if the asset exists
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
AssetTypeSearch
-
Return assets of the specified type
-
AssetTypeSearch
-
Constructor
-
AuthoritativeValuesSearch
-
Constructor
-
AuthoritativeValuesSearch
-
Return assets of the specified type
-
AssetTypeSearch.class.php
-
-
AuthoritativeValuesSearch.class.php
-
-
add
-
Add an item to the iterator.
-
addIterator
-
Add a new iterator to this iterator
-
addProperty
-
Add a Property to these Properties.
-
addProperty
-
Add a Property to these Properties.
-
asA
-
Create an object of class aSimilarClass that has similar contents to the receiver.
-
asString
-
Answer a String whose characters are a description of the receiver.
-
abbreviation
-
Answer the abreviation
-
abs
-
Return the absolute value of this duration.
-
addDays
-
Answer the date that occurs $anInteger days from this date
-
addSeconds
-
Answer a Time that is nSeconds after the receiver.
-
addTime
-
Answer a Time that is timeInterval after the receiver. timeInterval is an instance of Date or Time.
-
asDate
-
Answer a Date that represents this object
-
asDate
-
Answer a Date that represents this object
-
asDate
-
Answer this instance converted.
-
asDate
-
Answer the reciever as a Date
-
asDateAndTime
-
Answer this instance converted.
-
asDateAndTime
-
Answer a DateAndTime that represents this object
-
asDateAndTime
-
Answer a DateAndTime that represents this object
-
asDuration
-
Answer a Duration that represents this object.
-
asDuration
-
Answer this instance converted.
-
asDuration
-
Answer a Duration that represents this object, the duration since midnight.
-
asDuration
-
Answer a Duration that represents this object, the duration since midnight.
-
asLocal
-
Answer a DateAndTime that represents the object, but at local time.
-
asMonth
-
Answer the month that represents this date's month
-
asMonth
-
Answer this instance converted.
-
asMonth
-
Answer the month that represents this date's month
-
asMonth
-
Answer the receiver as a Month
-
asSeconds
-
Return the number of seconds since the Squeak epoch.
-
asSeconds
-
Answer the number of seconds since midnight of the receiver.
-
asSeconds
-
Answer the duration in seconds.
-
asSeconds
-
Answer the seconds since the Squeak epoch: 1 January 1901
-
asTime
-
Answer a Time that represents our time component
-
asTime
-
Answer this instance converted.
-
asTime
-
Answer a Time that represents our time component
-
asTimeStamp
-
Answer a Timestamp that represents this DateAndTime
-
asTimeStamp
-
Answer a Timestamp that represents this DateAndTime
-
asTimeStamp
-
Answer this instance converted.
-
asTimeStamp
-
Answer a Timestamp that represents this DateAndTime
-
asUnixTimeStamp
-
Answer the reciever as a UNIX timestamp - The number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT/UTC).
-
asUTC
-
Answer a DateAndTime equivalent to the reciever, but at UTC (offset = 0)
-
asWeek
-
Answer this instance converted.
-
asWeek
-
Answer the receiver as a Week
-
asWeek
-
Answer this time as a Week
-
asWeek
-
Answer the week that represents this date's week
-
asYear
-
Answer the receiver as a Year
-
asYear
-
Answer the year that represents this date's year
-
asYear
-
Answer this time as a Year
-
asYear
-
Answer this instance converted.
-
atMidnight
-
Answer the date and time at midnight on the day of the receiver.
-
atNoon
-
Answer noon on the day of the reciever
-
ANSI58216StringParser
-
This StringParser parses durations formatted as per ANSI 5.8.2.16: [-]D:HH:MM:SS[.S]
-
ANSI58216StringParser.class.php
-
-
abs
-
Answer a Number that is the absolute value (positive magnitude) of the receiver.
-
asDouble
-
Answer a double-precision floating-point number approximating the receiver.
-
asFloat
-
Answer a floating-point number approximating the receiver.
-
asInteger
-
Answer an Integer nearest the receiver toward zero.
-
asKBString
-
Answer the string in kilo bytes (kB)
-
asMBString
-
Answer the string in mega bytes (MB)
-
asNumber
-
Answer a number.
-
available
-
Checks if the service referenced by $name is available for use.
-
available
-
Checks if the service referenced by $name is available for use.
-
addItem
-
Add a new Id to the set.
-
addItem
-
Add a new Id to the set.
-
addItem
-
Add a new Id to the set. The new item will be placed at the end of the set.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
atPosition
-
Answer the id at the position specified, false if position is out of bounds.
-
addPartStructureIdForTagGeneration
-
Add a PartStructureId for which Tags should be auto-generated, in the given repository
-
advance
-
Advance to the next valid element
-
ARBITRARY_URL
-
-
assignConfiguration
-
Assign the configuration of this OsidManager.
-
assignOsidContext
-
Assign the context of this OsidManager.
-
add
-
Add a referenced object to the end of the list and reset the internal counter.
-
add
-
Add an object to the queue. The queue is automatically rewound at the end.
-
add
-
The add method adds a new field with associated rule and optional error if validation fails.
-
add
-
The add method adds a new field with associated rule and optional error if validation fails.
-
ArgumentRenderer
-
An ArgumentRenderer provides functionallity to print/render/format a list of arguments.
-
ArgumentValidator
-
An ArgumentValidator performs validation of function arguments.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
ArgumentRenderer.class.php
-
-
ArgumentValidator.class.php
-
-
add
-
Adds debug text to the handler.
-
assignConfiguration
-
Assign the configuration of this Manager. Valid configuration options are as
-
assignOsidContext
-
Assign the context of this OsidManager.
-
addRule
-
adds a new $rule to $key, which if fails when validated throws $error
-
AlwaysTrueValidatorRule
-
an AlwaysTrueValidatorRule will always return valid for a given value
-
AndValidatorRule
-
the AndValidatorRule takes 2 other rules and validates if both validate.
-
AndValidatorRule
-
the constructur
-
ArrayValidatorRule
-
the constructor
-
ArrayValidatorRule
-
an ArrayValidatorRule will check if a given value is an array
-
ArrayValidatorRuleWithRule
-
an ArrayValidatorRuleWithRule will make sure that a value is both an array and passes a given rule for each value
-
ArrayValidatorRuleWithRule
-
the constructur
-
AlwaysTrueValidatorRule.class.php
-
-
AndValidatorRule.class.php
-
-
ArrayValidatorRuleWithRule.class.php
-
-
ArrayValidatorRule.class.php
-
-
ClassesActionSource
-
The ClassesActionSource looks for actions as classes located within include files.
-
ClassesActionSource
-
Constructor
-
ClassMethodsActionSource
-
Constructor
-
ClassMethodsActionSource
-
The ClassMethodsActionSource looks for actions as methods located within a class. The action names correspond to a method of the same name within a class. The class name is the same as module name.
-
ClassesActionSource.class.php
-
-
ClassMethodsActionSource.class.php
-
-
$config
-
-
Context
-
The constructor
-
Context
-
The Context class provides easy access to variables for action scripts and classes.
-
Context.class.php
-
-
ConfigurationProperties
-
Constructor. Create a new Properties object.
-
createURLWriter
-
Returns a new
URLWriter object corresponding to this RequestHandler.
-
createURLWriter
-
Returns a new
URLWriter object corresponding to this RequestHandler.
-
createURLWriter
-
Returns a new
URLWriter object corresponding to this RequestHandler.
-
cacheRecordSet
-
Puts the passed
RecordSet into the internal cache.
-
cancelPrune
-
Unflags us for deletion from the DB.
-
checkForEmptyTags
-
Checks to see if any of our RecordTags are empty, and if so, deletes them.
-
commit
-
Reflects any changes made locally to the database.
-
commit
-
Commits (either inserts or updates) the data for this Record into the database.
-
commit
-
Attempts to commit our
Records to the database and update our mapping.
-
commit
-
Spiders through each index and calls commit() on it.
-
commit
-
Commits the existing (and new, if applicable) versions of this value to the database. If the Record is version controlled and the new value is the same as the old value, it is ignored.
-
commit
-
Commits any changes that have been made to the database. If neither update() nor prune() have been called, even if changes have been made, they will not be reflected in the database.
-
commitAllFields
-
-
commitAndTag
-
Calls both commit() and tag().
-
contains
-
Returns if this set contains the passed
Record
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
createRecord
-
Returns a new
Record object that can be inserted into the database.
-
createSchema
-
Returns a new
Schema object of $type.
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
createAndPopulate
-
Takes a single database row, which would contain the columns added by alterQuery() and extracts the values to setup the object with the appropriate data.
-
current
-
Answer a StorableTime representing now
-
checkRecord
-
-
checkRecord
-
-
checkRecord
-
-
checkRecord
-
Takes a
Record and returns if it is still valid or should be deleted. TRUE if it's still OK.
-
checkRecordFieldValue
-
-
checkRecordFieldValue
-
Takes a
RecordFieldValue object and sets "prune" flags for all versions based on whether it should be
-
checkRecordFieldValue
-
-
checkRecordFieldValue
-
-
checkTags
-
Takes a
Record and checks all the tags to make sure none of them fail the constraints. If they do, it asks the
RecordTagManager to delete them from the database.
-
checkTags
-
-
checkTags
-
-
checkTags
-
-
cleanColumn
-
Answer a safe SQL column string
-
commitTransaction
-
Commit a transaction. This will roll-back changes if errors occured in the transaction block.
-
commitTransaction
-
Commit a transaction. This will roll-back changes if errors occured in the transaction block.
-
connect
-
Connects to the database.
-
connect
-
Connect to the database.
-
ConnectionDatabaseException
-
This is an exception thrown for connection problems.
-
createDatabase
-
*Deprecated* Creates a new database connection.
-
createRow
-
Create a new, empty row. This is used when adding values via the addValue() or addRawValue() method rather than the setColumns.
-
columnNamesToLowercase
-
Make all column names lowercase
-
commitTransaction
-
Commit a transaction. This will roll-back changes if errors occured in the transaction block.
-
connect
-
Connects to the database.
-
commitTransaction
-
Commit a transaction. This will roll-back changes if errors occured in the transaction block.
-
connect
-
Connects to the database.
-
commitTransaction
-
Commit a transaction. This will roll-back changes if errors occured in the transaction block.
-
connect
-
Connects to the database.
-
canBeApplied
-
-
canBeApplied
-
-
CENTER
-
CENTER in Container.interface.php
An alignment constant.
-
Component
-
The constructor.
-
Component
-
This is a generic implementation of the Component interface that allows the user to output an arbitrary string (content).
-
ComponentInterface
-
- Components
are the basic units that can be displayed on the screen. The main method
- render()
which renders the component on the screen.
-
Container
-
The constructor.
-
Container
-
This is a generic
- Container
implementation that should be sufficient for all means and purposes.
-
ContainerInterface
-
The
- Container
interface is an extension of the
- Component
interface;
- Containers
are capable of storing multiple sub-
- Components
and when rendering Containers, all sub-
- Components
will be rendered as well.
-
CornersStyleCollection
-
A StyleCollection is one of the tree building pieces of CSS styles. As the name suggests it handles a collection of StyleProperties.
-
CornersStyleCollection
-
The constructor.
-
createTheme
-
Creates a new theme object with an Id
-
Component.class.php
-
-
Component.interface.php
-
-
Container.class.php
-
-
Container.interface.php
-
-
CornersStyleCollection.class.php
-
-
CornersStyleCollection.class.php
-
-
canBeApplied
-
Determines whether the implementation of this
- StyleSelector
allows
- StyleCollections
to be applied to
- Components
.
-
canBeApplied
-
Determines whether the implementation of this
- StyleSelector
allows
- StyleCollections
to be applied to
- Components
.
-
ClearSC
-
The constructor.
-
ClearSC
-
The ClearSC represents CSS clear values. The allowed values are:
-
ColorSC
-
The constructor.
-
ColorSC
-
The ColorSC represents CSS color values. For efficiency reasons, constant
-
CursorSC
-
The CursorSC represents CSS "cursor" values. The allowed
-
CursorSC
-
The constructor.
-
ClearSC.class.php
-
-
ColorSC.class.php
-
-
CursorSC.class.php
-
-
ClearSP
-
The constructor.
-
ClearSP
-
The ClearSP represents the 'clear' StyleProperty.
-
ColorSP
-
The constructor.
-
ColorSP
-
The ColorSP represents the 'color' StyleProperty.
-
CursorSP
-
The CursorSP represents the 'cursor' StyleProperty.
-
CursorSP
-
The constructor. All parameters could be
- null
and if so will be ignored.
-
ClearSP.class.php
-
-
ColorSP.class.php
-
-
CursorSP.class.php
-
-
changeAgentFlavor
-
* WARNING: NOT IN OSID -- USE AT YOUR OWN RISK Change the flavor between editable agent and non editable agent
-
clearAllProperties
-
* Clears the values (replaces them with false) but leaves the properties in in existence. The function above destroys them completely.
-
contains
-
Return
- true
if the Member or Group is in the Group, optionally including subgroups,
- false
otherwise.
-
contains
-
Return
- true
if the Member or Group is in the Group, optionally including subgroups,
- false
otherwise.
-
contains
-
Return
- true
if the Member or Group is in the Group, optionally including subgroups,
- false
otherwise.
-
convertArrayToObject
-
A public function to take a key/value array of properties as might be gathered from a web form and turns it into a useable object
-
count
-
Gives the number of items in the iterator
-
count
-
Gives the number of items in the iterator
-
count
-
Gives the number of items in the iterator
-
createAgent
-
Create an Agent with the display name, Type, and Properties specified.
-
createAgent
-
Create an Agent with the display name, Type, and Properties specified.
-
createGroup
-
Create a Group with the display name, Type, description, and Properties specified. All but description are immutable.
-
createGroup
-
Create a Group with the display name, Type, description, and Properties specified. All but description are immutable.
-
ClassTokenSearch
-
The AgentSearch interface defines methods for searching for agents. This is used by the AgentManager for searching for agents.
-
ClassTokenSearch.class.php
-
-
createMapping
-
Create a new mapping between AuthNTokens and an AgentId.
-
contains
-
Return
- true
if the Member or Group is in the Group, optionally including subgroups,
- false
otherwise.
-
createTokens
-
Create a Tokens object that provides common access to the contents of the tokens passed to the system by the user or returned from the underlying system.
-
createTokensForIdentifier
-
Create a Tokens object for a given identifier. An identifier is often a username, but does not have to be as long as it is a string unique within this authentication method.
-
createTokensObject
-
Create a Tokens Object
-
createTokensObject
-
Create a Tokens Object
-
createTokensObject
-
Create a Tokens Object
-
CryptUsernamePasswordAuthNTokens
-
This UserNamePasswordAuthNTokens class encrypts the password passed to it using the database's PHP's crypt() function.
-
CryptUsernamePasswordAuthNTokens.class.php
-
-
collect
-
Collect any tokens that the user may have supplied. Reply NULL if none are found. (This method uses the "Template Method" design pattern.)
-
collect
-
Collect any tokens that the user may have supplied. Reply NULL if none are found.
-
collectName
-
Collect the name that the user may have supplied, Reply NULL if none are found.
-
collectName
-
Collect the name that the user may have supplied, Reply NULL if none are found.
-
collectName
-
Collect the name that the user may have supplied, Reply NULL if none are found.
-
collectPassword
-
Collect the password that the user may have supplied, Reply NULL if none are found.
-
collectPassword
-
Collect the password that the user may have supplied, Reply NULL if none are found.
-
collectPassword
-
Collect the password that the user may have supplied, Reply NULL if none are found.
-
collectTokens
-
Run the token collection sequence involving prompting for and collecting tokens.
-
collectTokens
-
Run the token collection sequence involving prompting for and collecting tokens.
-
ConfigurationPropertiesType
-
This Type is that which makes use of the Harmoni AuthenticationHandler.
-
ConfigurationPropertiesType
-
-
ConfigurationPropertiesType.class.php
-
-
changeParent
-
Changes the parent of this Qualifier by adding a new parent and removing the old parent.
-
createAuthorization
-
Creates a new Authorization object, caches it, and inserts it into the database.
-
createAuthorization
-
Creates a new Authorization for a Agent performing a Function with a Qualifier. Uses current date/time as the effectiveDate and doesn't set an expiration date.
-
createDatedAuthorization
-
Creates a new Authorization for an Agent performing a Function with a Qualifier.
-
createFunction
-
Creates a new Function, insertsi in the DB and caches it.
-
createFunction
-
Ids in Authorization are externally defined and their uniqueness is enforced by the implementation.
-
createQualifier
-
Creates a new Qualifier in the Authorization Service. This is different than making a new instance of a Qualifier object locally as the Qualifier will be inserted into the Authorization Service.
-
createQualifier
-
Ids in Authorization are externally defined and their uniqueness is
-
createRootQualifier
-
Creates a new Qualifier in the Authorization Service that has no parent. This is different from making a new instance of a Qualifier object locally as the Qualifier will be inserted into the Authorization Service.
-
createRootQualifier
-
Creates a new Qualifier in the Authorization Service that has no parent.
-
CanonicalCourseAssetType
-
A
HarmoniType for DR Assets that will define CanonicalCourses.
-
CanonicalCourseAssetType
-
-
changeStudent
-
Change the Enrollment Status Type for the student on the roster.
-
changeStudent
-
Change the Enrollment Status Type for the student on the roster.
-
createCanonicalCourse
-
Create a new CanonicalCourse. The display name defaults to the title, but this can be changed later.
-
createCanonicalCourse
-
Create a new CanonicalCourse. The display name defaults to the title, but this can be changed later.
-
createCourseGradeRecord
-
Create a CourseGradeRecord for the specified Agent (student), CourseOffering, CourseGradeType, and CourseGrade. Note that the intent is that this is a summative grade.
-
createCourseGroup
-
Create a CourseGroup of a particular CourseGroupType. CourseGroups can be used to model prerequisites, corequisites, majors, minors, sequences, etc.
-
createCourseOffering
-
Create a new CourseOffering. The default display name is the title of the course.
-
createCourseSection
-
Create a new CourseSection.
-
createTerm
-
Create a new Term with a specific type and Schedule. Schedules are defined in the scheduling OSID.
-
CanonicalCourseAssetType.class.php
-
-
CanonicalCourseIterator.class.php
-
-
CanonicalCourse.class.php
-
-
CourseGradeRecordIterator.class.php
-
-
CourseGradeRecord.class.php
-
-
CourseGroupIterator.class.php
-
-
CourseGroup.class.php
-
-
CourseManagementManager.class.php
-
-
CourseOfferingIterator.class.php
-
-
CourseOffering.class.php
-
-
CourseSectionIterator.class.php
-
-
CourseSection.class.php
-
-
changeParent
-
Changes the parent of this Node by adding a new parent and removing the old parent.
-
clearCache
-
Clears the cache.
-
clearCache
-
Clears the cache.
-
clearNodeAncestory
-
Clear the ancestory rows for a given node
-
createHierarchy
-
Create a Hierarchy.
-
createNode
-
Attempts to create the specified node in the database and adds the specified parent.
-
createNode
-
Create a Node. The Node is created with the specified unique Id and initially has only the specified parent.
-
createRootNode
-
Attempts to create the specified node as root node in the database.
-
createRootNode
-
Create a root Node. The Node is created with the specified unique Id, and, unlike Nodes created with createNode, initially has no parents or children.
-
clearTraversalCaches
-
Clear the traverse caches for the given node and direction
-
clearTraverseDownCaches
-
Clear the traverse down caches for the given node and all of its ancestors
-
clearTraverseUpCaches
-
Clear the traverse up caches for the given node and all of its decendents
-
createId
-
Create a new unique identifier.
-
createId
-
Create a new unique identifier.
-
count
-
Gives the number of items in the iterator
-
createLog
-
Create a Writable Log.
-
convertPartStructureToType
-
Convert this PartStructure and all of its associated Parts to a new type.
-
copyAsset
-
Create in a Repository a copy of an Asset. The Id, AssetType, and Repository for the new Asset is set by the implementation. All Records are similarly copied.
-
copyAsset
-
Create a copy of an Asset. The Id, AssetType, and Repository for the new Asset is set by the implementation. All Records are similarly copied.
-
copyRecordStructure
-
Add the specified RecordStructure and all the related Records from the specified asset.
-
createAsset
-
Create a new Asset of this AssetType in this Repository. The implementation of this method sets the Id for the new object.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPart
-
Create a Part. Records are composed of Parts. Parts can also contain other Parts. Each Record is associated with a specific RecordStructure and each Part is associated with a specific PartStructure.
-
createPartStructure
-
Create an PartStructure in this RecordStructure. This is not part of the Repository OSID at the time of this writing, but is needed for dynamically created RecordStructures/PartStructures.
-
createRecord
-
Create a new Asset Record of the specified RecordStructure. The implementation of this method sets the Id for the new object.
-
createRecordStructure
-
Create a new RecordStructure
-
createRepository
-
Create a new Repository of the specified Type. The implementation of this method sets the Id for the new object.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
createValueObjectFromString
-
Answer the Primative object appropriate for this part, whose value is represented by the input string.
-
ContentSearch
-
Constructor
-
ContentSearch
-
Return assets of the specified type
-
ContentSearch.class.php
-
-
ConfigurationProperties
-
Properties for configuring Managers
-
ConfigurationProperties
-
Constructor. Create a new Properties object.
-
count
-
Gives the number of items in the iterator
-
count
-
Gives the number of items in the iterator
-
ConfigurationProperties.class.php
-
-
copy
-
Answer another instance just like the receiver. Subclasses typically override postCopy; they typically do not override shallowCopy.
-
copySameFrom
-
Copy to myself all instance variables named the same in otherObject.
-
copyTwoLevel
-
one more level than a shallowCopy
-
ChronologyConstants
-
ChronologyConstants is a SharedPool for the constants used by the Kernel-Chronology classes.
-
clockPrecision
-
One second precision.
-
current
-
Answer a TimeStamp representing now
-
current
-
Answer a new object that represents now.
-
current
-
Answer a new object that represents now.
-
current
-
Answer a new object that represents now.
-
current
-
Answer a new object that represents now.
-
current
-
Answer a new object that represents now.
-
current
-
Answer a new object that represents now.
-
ChronologyConstants.class.php
-
-
canHandle
-
Answer True if this parser can handle the format of the string passed.
-
canHandle
-
Answer True if this parser can handle the format of the string passed.
-
canHandle
-
Answer True if this parser can handle the format of the string passed.
-
clean
-
Clean up the html as much as possible
-
ceiling
-
Answer the integer nearest the receiver toward positive infinity.
-
createAlias
-
Create an alias from one service name to another.
-
createServiceAlias
-
Create an alias from one service name to another.
-
count
-
Return the number of ids in the set.
-
count
-
Return the number of ids in the set.
-
canRemoveFromItem
-
Answer true if the current user can remove a tag from an item
-
count
-
Gives the number of items in the iterator
-
count
-
Gives the number of items in the iterator
-
Cache
-
-
Cache
-
This class acts as a basic cache. It stores data in a multi-dimensional associative array that is built at execution time to store any arbitrary data by "filing".
-
CACHE_VARIABLE
-
-
catchOutput
-
Calls output() but catches whatever is printed and returns the output in a string.
-
catchTemplateOutput
-
-
changed
-
-
checkAll
-
Goes through all the keys and makes sure they comply to the rules specified for them.
-
checkAll
-
Goes through all the keys and makes sure they comply to the rules specified for them.
-
clear
-
Clear the queue.
-
clear
-
-
clear
-
Clear the list.
-
CLIStatusStars
-
A command-line-environment of status stars. This class will not output HTML.
-
contains
-
Checks to see if we have any data stored under the given identifiers.
-
copy
-
Create a new instance of the object in the list with a given reference.
-
count
-
-
countChanged
-
Returns the number of fields for which new values have been specified.
-
Cache.class.php
-
-
clear
-
clears the fieldset
-
count
-
returns the number of keys with rules
-
count
-
returns the number of fields set
-
check
-
checks a given value to make sure it's numeric
-
check
-
checks a given value to see if it's set (returns true if not), and then runs the rule on it.
-
check
-
Checks a given value to make sure it's an string and has a non-zero length
-
check
-
Checks a given value to make sure it's an integer.
-
check
-
Checks a given value to make sure it's an integer.
-
check
-
the OrValidatorRule takes 2 other rules and validates if at least one of the 2 validates.
-
check
-
checks a given value against the regular expression defined
-
check
-
checks a given value against the rule contained within the class
-
check
-
checks a given value to make sure it's True
-
check
-
Checks a given value to make sure it's an string.
-
check
-
Checks a given value to make sure it's an resource.
-
check
-
returns true no matter what
-
check
-
Checks that the given object extends a specified class.
-
check
-
checks a given value to make sure it's an array and then runs $this->_rule on each value
-
check
-
checks a given value to make sure it's boolean
-
check
-
checks a given value against the given choices
-
check
-
Checks a given value to make sure it's an Double.
-
check
-
Checks that the given object extends a specified class.
-
check
-
the AndValidatorRule takes 2 other rules and validates if at least one of the 2 validates.
-
ChoiceValidatorRule
-
the concstructor
-
ChoiceValidatorRule
-
a ChoiceValidatorRule checks a value against a certain given number of choices
-
CSSColorValidatorRule
-
-
CSSColorValidatorRule
-
a RegexValidatorRule checks a given value against a regular expression
-
CSSFontFamilyValidatorRule
-
a RegexValidatorRule checks a given value against a regular expression
-
CSSFontFamilyValidatorRule
-
-
CSSLengthValidatorRule
-
-
CSSLengthValidatorRule
-
a RegexValidatorRule checks a given value against a regular expression
-
CSSLengthValidatorRuleWithOptions
-
a RegexValidatorRule checks a given value against a regular expression
-
ChoiceValidatorRule.class.php
-
-
getExecutedActions
-
Returns an array of actions that have been executed this session.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getAttachedData
-
-
getCurrentAction
-
Returns the current action.
-
getData
-
Same as Harmoni::getAttachedData.
-
getOutputHandler
-
Get the OutputHandler used for theming the output.
-
getReturnURL
-
Answer a marked url
-
getVersionNumber
-
Returns the numeric representation of our framework version. The format is XXMMRR, two digits for each of the major, minor and release numbers. NOTE: leading 0's are omitted.
-
getVersionStr
-
Returns a pretty version string of our running Harmoni framework version.
-
goBack
-
Sends the browser to the last URL marked with BrowseHistoryManager::markReturnURL.
-
getHead
-
Get the 'head' html element.
-
getKeys
-
Get the Keys associated with these Properties.
-
getOsidContext
-
Return context of this OsidManager.
-
getProperty
-
Get the Property associated with this key.
-
getType
-
Get the Type for this Properties instance.
-
get
-
Returns the string-value of the $key passsed. It will first check for request
-
getFileVariables
-
Returns an associative array of file upload data. This will usually come from the $_FILES superglobal.
-
getFileVariables
-
Returns an associative array of file upload data. This will usually come from the $_FILES superglobal.
-
getFileVariables
-
Returns an associative array of file upload data. This will usually come from the $_FILES superglobal.
-
getKeys
-
Returns a list of keys within the current context.
-
GETMethodRequestHandler
-
The job of a RequestHandler is twofold:
-
GETMethodURLWriter
-
The purpose of a URLWriter is to generate URLs from contextual data. This data would be the current/target module and action, any contextual name=value pairs specified by the code, and any additional query data.
-
getName
-
Returns the full contextual name of a field or variable. If passed "test", it may return something like "context1.context2.test". This function is useful when creating HTML forms.
-
getRequestedAction
-
Answer the currently requested action
-
getRequestedModule
-
Answer the currently requested module
-
getRequestedModuleAction
-
Returns a string ("module.action" format) of the requested module and action.
-
getRequestedModuleAction
-
Returns a dotted-pair string representing the module and action requested by the end user ("module.action" format).
-
getRequestedModuleAction
-
Returns a dotted-pair string representing the module and action requested by the end user ("module.action" format).
-
getRequestedModuleAction
-
Returns a dotted-pair string representing the module and action requested by the end user ("module.action" format).
-
getRequestVariables
-
Returns an associative array of key=value pairs corresponding to the request data from the browser. This could just be the data from $_REQUEST, in the simplest case.
-
getRequestVariables
-
Returns an associative array of key=value pairs corresponding to the request data from the browser. This could just be the data from $_REQUEST, in the simplest case.
-
getRequestVariables
-
Returns an associative array of key=value pairs corresponding to the request data from the browser. This could just be the data from $_REQUEST, in the simplest case.
-
GETMethodRequestHandler.class.php
-
-
generatePHPCode
-
Will return a string containing valid PHP code to generate the schema passed.
-
getActiveFlag
-
Returns the current active flag.
-
getActiveIndices
-
Returns the indices (indexes) of each value for the given field. Can then be retrieved with any getValue-type function.
-
getActiveVersion
-
-
getAllFieldIDs
-
Returns a list of field ids defined.
-
getAllIDs
-
Returns a list of field ids defined.
-
getAllLabels
-
Returns a list of labels defined (similar to getAllIDs())
-
getAllSchemaIDs
-
Returns an array of all registered
Schema IDs.
-
getCachedRecordSet
-
-
getConversionMethod
-
Answer the method to call to convert to the type specified
-
getCreationDate
-
Returns the
DateAndTime object specifying when this Record was created.
-
getDate
-
-
getDate
-
Returns the created/modified timestamp of this specific version.
-
getDescription
-
Returns the description.
-
getDescription
-
Returns this field's description.
-
getDisplayName
-
Returns the display name.
-
getDisplayName
-
Returns our display name.
-
getFetchedFieldIDs
-
INTERNAL USE ONLY: Returns an array of field IDs that have already been fetched & populated.
-
getFetchMode
-
INTERNAL USE ONLY: Returns our current fetch mode.
-
getField
-
-
getFieldDescription
-
Returns the description of a field.
-
getFieldDisplayName
-
Returns the display name of a field.
-
getFieldIDFromLabel
-
Returns the ID of a field given its label.
-
getFieldLabelFromID
-
Returns the label of a field given its ID.
-
getFieldType
-
Returns the DataType for field referenced by $id.
-
getId
-
Returns the id of this RecordField object.
-
getId
-
Returns the id this RecordFieldValue object. The unique ID for the info
-
getID
-
Returns our ID.
-
getID
-
Returns our ID in the database.
-
getID
-
Returns the type/ID associated with this definition.
-
getID
-
Returns this Record's ID.
-
getID
-
Returns our ID.
-
getID
-
Returns this field's ID (assuming it has been associated with a Schema)
-
getIndex
-
Returns the index of this RecordFieldValue object.
-
getIndices
-
Returns the indices (indexes) of each value for the given field. Can then be retrieved with any getValue-type function.
-
getIndices
-
Returns the indices for a multi-valued field. Will only return those values that are active (for version-controlled Records).
-
getLabel
-
Returns our text-label.
-
getMapping
-
Returns the specific version of a value that was active when this tag was created.
-
getMergedTagDates
-
Returns an array of merged tag-dates (as
DateAndTime objects) which can be used to setup our Records as they were on a specific date.
-
getMultFlag
-
Returns if this field is allowed to have multiple values.
-
getNewestVersion
-
Returns the most recently created version for this value.
-
getOsidContext
-
Return context of this OsidManager.
-
getOtherParameters
-
Returns the other parameters associated with this Schema. It may be NULL or whatever was set at Schema creation time.
-
getPrimitive
-
Returns the current value object contained locally.
-
getRecord
-
Returns the Record object that the current object is a part of.
-
getRecordByID
-
-
getRecordField
-
Returns the
RecordField object that the current object is a part of.
-
getRecordFieldValue
-
-
getRecordFieldValue
-
-
getRecordFieldValues
-
-
getRecordID
-
Returns the ID of the
Record for which this RecordTag was created.
-
getRecordIDs
-
Returns an array of Record IDs that we know about.
-
getRecordIDs
-
Returns an array of Record IDs that we know about.
-
getRecordIDsBySearch
-
Takes an array of IDs and some search criteria, and weeds out the IDs that don't match that criteria.
-
getRecordIDsByType
-
-
getRecords
-
Returns an array of records.
-
getRecordsByLabel
-
Returns an array of records based on a label assigned previously. NOTE: this is a proposed method and has not been implemented.
-
getRecordsByType
-
Returns an array of Records of the passed
Schema Type.
-
getRecordSetIDsBySearch
-
Takes an array of record set IDs and some search criteria, and weeds out the IDs that don't match that criteria.
-
getRecordSetIDsContaining
-
Returns the Ids of all groups a Record is in.
-
getRecordSetIDsContainingID
-
Returns the Ids of all groups a Record ID is in.
-
getRegisteredStorablePrimitives
-
-
getRegisteredTypes
-
Returns an array of strings that represent all of the available Primitives.
-
getRevision
-
Returns this schema's revision number.
-
getSchema
-
-
getSchemaByID
-
Returns the
Schema object corresponding to $id.
-
getSchemaField
-
Returns the
SchemaField object for the this RecordField object.
-
getSchemaID
-
Returns the Schema ID associated with this Record.
-
getStringValue
-
Returns a string value for $index under $label. What is returned depends on the DataType.
-
getStringValues
-
Returns an array of all the string values for the passed label.
-
getType
-
Returns the DataType registered with the
DataTypeManager that we are tied to.
-
getValue
-
Returns the active
SObject value object for $index under $label.
-
getValueByFunction
-
Returns the active value for a label/index by calling $function on the
SObject that is returned.
-
getValuesArray
-
Returns an array of hashed values for all of our fields. If a field allows multiple values, we return an array of those values instead of just the string value.
-
getVersion
-
-
getVersion
-
-
getVersionIDs
-
Returns an array of version IDs set for this value.
-
getVersionIDs
-
Returns an array of version IDs associated with $index.
-
getVersions
-
Returns an array of
RecordFieldData objects corresponding to the different versions available for a given $label/$index - useful for version-controlled Records.
-
generateSQL
-
Generate the SQL string for the specified Query and Database
-
generateSQLQuery
-
Returns a string representing the SQL query corresonding to the specified Query object.
-
GENERIC
-
A constant for a GENERIC query type.
-
GenericQueryResultInterface
-
The GenericQueryResult interface provides methods for accessing the results of a generic query. These results can be returned as if they were one of the other query types, or the resource links can be returned and accessed directly.
-
GenericSQLQuery
-
A GenericSQLQuery provides a way to specify the SQL string manually. Use this query type to execute queries not available through the other Query objects (for example, data-definition queries).
-
GenericSQLQuery
-
This is the constructor for a GenericSQLQuery object.
-
GenericSQLQueryInterface
-
A GenericSQLQuery provides a way to specify the SQL string manually. Use this query type to execute queries not available through the other Query objects (for example, data-definition queries).
-
getConnectionErrorInfo
-
Answer the info to display to users on a connection error.
-
getConnectionErrorInfo
-
Answer the info to display to users on a connection error.
-
getCurrentRow
-
Returns an array that stores the current row in the result. The data can be accessed through associative indices as well as numeric indices.
-
getDatabaseType
-
Answer the type of the database. Will be one of the constants defined above: MYSQL, POSTGRESQL, ORACLE, or SQLSERVER
-
getFieldNames
-
Returns an indexed array of all field names that were selected.
-
getLastAutoIncrementValue
-
Gets the last auto increment value that was generated by the INSERT query.
-
getNumberFailedQueries
-
Returns the total number of failed queries executed since the last call to connect().
-
getNumberOfFields
-
Get the number of fields that were selected by the SELECT query.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberSuccessfulQueries
-
Returns the total number of successful queries executed since the last call to connect().
-
getOsidContext
-
Return context of this OsidManager.
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getStringName
-
Returns the short string name of the database index passed.
-
getStringName
-
Returns a short string name for this database type. Example: 'MySQL'
-
getTableList
-
Returns a list of the tables that exist in the database referenced by $index.
-
getTableList
-
Returns a list of the tables that exist in the currently connected database.
-
getTotalNumberOfFailedQueries
-
Gets the total number of queries that have failed so far.
-
getTotalNumberOfQueries
-
Gets the total number of queries that have been run so far.
-
getTotalNumberOfSuccessfulQueries
-
Gets the total number of queries that have been run successfully so far.
-
getType
-
Returns the type of this query.
-
getType
-
Returns the type of this query.
-
GenericQueryResult.interface.php
-
-
GenericSQLQuery.class.php
-
-
GenericSQLQuery.interface.php
-
-
generateDeleteSQLQuery
-
Returns a string representing the DELETE SQL query corresonding to the Query object.
-
generateGenericSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
generateInsertSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
generateSelectSQLQuery
-
Returns a string representing the SELECT SQL query corresonding to the Query object.
-
generateSQL
-
Answer the string SQL for the query
-
generateSQLQuery
-
Returns a string representing the SQL query corresonding to the specified Query object.
-
generateUpdateSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
getCurrentRow
-
Returns an array that stores the current row in the result. The data can be accessed through associative indices as well as numeric indices.
-
getFieldNames
-
Returns an indexed array of all field names that were selected.
-
getLastAutoIncrementValue
-
Gets the last auto increment value that was generated by the INSERT query.
-
getNumberFailedQueries
-
Returns the total number of failed queries executed since the last call to connect().
-
getNumberOfFields
-
Get the number of fields that were selected by the SELECT query.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberSuccessfulQueries
-
Returns the total number of successful queries executed since the last call to connect().
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getStringName
-
Returns a short string name for this database type. Example: 'MySQL'
-
getTableList
-
Returns a list of the tables that exist in the currently connected database.
-
generateDeleteSQLQuery
-
Returns a string representing the DELETE SQL query corresonding to the Query object.
-
generateGenericSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
generateInsertSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
generateSelectSQLQuery
-
Returns a string representing the SELECT SQL query corresonding to the Query object.
-
generateSQL
-
Answer the string SQL for the query
-
generateSQLQuery
-
Returns a string representing the SQL query corresonding to the specified Query object.
-
generateUpdateSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
getCurrentRow
-
Returns an array that stores the current row in the result. The data can be accessed through associative indices as well as numeric indices.
-
getFieldNames
-
Returns an indexed array of all field names that were selected.
-
getLastAutoIncrementValue
-
Gets the last auto increment value that was generated by the INSERT query.
-
getNumberFailedQueries
-
Returns the total number of failed queries executed since the last call to connect().
-
getNumberOfFields
-
Get the number of fields that were selected by the SELECT query.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberSuccessfulQueries
-
Returns the total number of successful queries executed since the last call to connect().
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getStringName
-
Returns a short string name for this database type. Example: 'MySQL'
-
getTableList
-
Returns a list of the tables that exist in the currently connected database.
-
generateDeleteSQLQuery
-
Returns a string representing the DELETE SQL query corresonding to the Query object.
-
generateGenericSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
generateInsertSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
generateSelectSQLQuery
-
Returns a string representing the SELECT SQL query corresonding to the Query object.
-
generateSQL
-
Answer the string SQL for the query
-
generateSQLQuery
-
Returns a string representing the SQL query corresonding to the specified Query object.
-
generateUpdateSQLQuery
-
Returns a string representing the SQL query corresonding to this Query object.
-
getCurrentRow
-
Returns an array that stores the current row in the result. The data can be accessed through associative indices as well as numeric indices.
-
getFieldNames
-
Returns an indexed array of all field names that were selected.
-
getLastAutoIncrementValue
-
Gets the last auto increment value that was generated by the INSERT query.
-
getNumberFailedQueries
-
Returns the total number of failed queries executed since the last call to connect().
-
getNumberOfFields
-
Get the number of fields that were selected by the SELECT query.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberOfRows
-
Returns the number of rows that the query processed.
-
getNumberSuccessfulQueries
-
Returns the total number of successful queries executed since the last call to connect().
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getResourceId
-
Returns the resource id for this SELECT query.
-
getStringName
-
Returns a short string name for this database type. Example: 'MySQL'
-
getTableList
-
Returns a list of the tables that exist in the currently connected database.
-
getType
-
Answer the type of error (generally the package it occurred in).
-
getAllRegisteredSPs
-
Returns all registered mutable style properties in an array whose indexes are the ids of the style properties (as returned by
- registerSP()
).
-
getAllRegisteredSPs
-
Returns all registered mutable style properties in an array whose indexes are the ids of the style properties (as returned by
- registerSP()
).
-
getBorderUrl
-
Set the url of the corner image
-
getClassSelector
-
Returns the class selector of this style collection. A class selector is the string that would be included in the 'class' attribute of HTML tags. One can use this method in order to apply the style collection to an arbitrary component.
-
getClassSelector
-
Returns the class selector of this style collection. A class selector is the string that would be included in the 'class' attribute of HTML tags. One can use this method in order to apply the style collection to an arbitrary component.
-
getCollectionClass
-
Answers the class for constructing Style Collections for this theme
-
getCollectionClass
-
Answers the class of the style collections being used by this theme
-
getComponent
-
Returns the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponent
-
Returns the component of this
- Theme
.
-
getComponent
-
Returns the component of this
- Theme
.
-
getComponent
-
Answers the component this style collection acts on ie BLANK, BLOCK, etc.
-
getComponent
-
Returns the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentAlignmentX
-
Returns the horizontal alignment for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentAlignmentX
-
Returns the horizontal alignment for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentAlignmentY
-
Returns the vertical alignment for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentAlignmentY
-
Returns the vertical alignment for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentHeight
-
Returns the height for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentHeight
-
Returns the height for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentPath
-
Returns the path that contains all the supported components.
-
getComponentPath
-
Returns the path that contains all the supported components.
-
getComponents
-
-
getComponents
-
-
getComponentsCount
-
Returns the number of components in this container.
-
getComponentsCount
-
Returns the number of components in this container.
-
getComponentWidth
-
Returns the width for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getComponentWidth
-
Returns the width for the component of this container with the specified id. Ids reflect the order in which components are added. That is, the very first component has an id of 1, the second component has an id of 2, and so forth.
-
getCSS
-
Returns all CSS code: The CSS code for the Theme, the various component types, the theme component and all sub-components (if any). Theme styles should come first, followed by individual component's styles to allow the latter to take precedence.
-
getCSS
-
Returns the CSS code for this StyleCollection.
-
getCSS
-
Returns the CSS code for this StyleProperty.
-
getCSS
-
Returns the CSS code for this StyleCollection.
-
getCSS
-
Returns the CSS code for this StyleCollection.
-
getCSS
-
Returns all CSS code: The CSS code for the Theme, the various component types, the theme component and all sub-components (if any). Theme styles should come first, followed by individual component's styles to allow the latter to take precedence.
-
getCSS
-
Returns any CSS code that might be needed in order for this
- Layout
to render properly.
-
getCSS
-
Returns the CSS code for this StyleProperty.
-
getCustom
-
Answers the customization level for the theme
-
getDescription
-
Returns the description of this StlyeProperty.
-
getDescription
-
Returns the description of this StlyeProperty.
-
getDescription
-
Returns the description of this StyleCollection.
-
getDescription
-
Returns the description of this StlyeProperty.
-
getDescription
-
Returns the description of this Theme.
-
getDescription
-
Returns the description of this StlyeProperty.
-
getDescription
-
Returns the description of this StlyeProperty.
-
getDescription
-
Returns the description of this Theme.
-
getDisplayName
-
Returns the display name of this StyleCollection.
-
getDisplayName
-
Returns the display name of this Theme.
-
getDisplayName
-
Returns the display name of this Theme.
-
getDisplayName
-
Returns the display name of this StyleCollection.
-
getDisplayName
-
Returns the display name of this SC.
-
getDisplayName
-
Returns the display name of this StyleProperty.
-
getDisplayName
-
Returns the display name of this SC.
-
getDisplayName
-
Returns the display name of this StyleProperty.
-
getErrorDescription
-
Get the error description of this SC.
-
getGlobalBGColor
-
Answers the style property containing the Global Background Color for the theme
-
getGlobalFont
-
Answers the style property containing the Global Font for the theme
-
getGlobalStyle
-
Answers the Style Collection that has global effects.
-
getGlobalStyles
-
Answers the Style Collection that has global effects.
-
getId
-
Answers the id
-
getId
-
Answers the id
-
getId
-
Answer the Id of this component
-
getId
-
Answers the id
-
getId
-
Answers the id
-
getIndex
-
Returns the index of this component. The index has no semantic meaning:
-
getIndex
-
Returns the index of this component. The index has no semantic meaning:
-
getIndex
-
Answers the component this style collection acts on ie BLANK, BLOCK, etc.
-
getLayout
-
Returns the
- Layout
of this container.
-
getLayout
-
Returns the
- Layout
of this container.
-
getLayoutPath
-
Returns the path that contains all the supported layouts.
-
getLayoutPath
-
Returns the path that contains all the supported layouts.
-
getMenu
-
Returns the menu (if exists) at the given level.
-
getMenu
-
Returns the menu (if exists) at the given level.
-
getName
-
Returns the name of this StyleProperty.
-
getName
-
Returns the name of this StyleProperty.
-
getNumberOfMenus
-
Returns the number of menus in this Theme.
-
getNumberOfMenus
-
Returns the number of menus in this Theme.
-
getOptions
-
Returns the list of options (list of allowed values) of this SC.
-
getOptions
-
Returns the list of options (list of allowed values) of this SC.
-
getOsidContext
-
Return context of this OsidManager.
-
getPostHTML
-
Return HTML to nested inside of the component's block. This includes things such as corner images.
-
getPostHTML
-
Return HTML to nested inside of the component's block. This includes things such as corner images.
-
getPostHTML
-
Returns any post HTML code that needs to be printed. This method should be called at the end of
- render()
.
-
getPostHTML
-
Returns any post HTML code that needs to be printed. This method should be called at the end of
- render()
.
-
getPostHTML
-
Return HTML to nested inside of the component's block. This includes things such as corner images.
-
getPostHTMLForComponentType
-
Returns the HTML string that needs to be printed after successful rendering of components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
getPostHTMLForComponentType
-
Returns the HTML string that needs to be printed after successful rendering of components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
getPreHTML
-
Returns any pre HTML code that needs to be printed. This method should be called at the beginnig of
- render()
.
-
getPreHTML
-
Returns any pre HTML code that needs to be printed. This method should be called at the beginnig of
- render()
.
-
getPreHTML
-
Return HTML to nested inside of the component's block. This includes things such as corner images.
-
getPreHTML
-
Return HTML to nested inside of the component's block. This includes things such as corner images.
-
getPreHTML
-
Return HTML to nested inside of the component's block. This includes things such as corner images.
-
getPreHTMLForComponentType
-
Returns the HTML string that needs to be printed before an attempt is made to render components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
getPreHTMLForComponentType
-
Returns the HTML string that needs to be printed before an attempt is made to render components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
getRegisteredSP
-
Returns a
previously registered by
- registerSP()
for the given id.
-
getRegisteredSP
-
Returns a
previously registered by
- registerSP()
for the given id.
-
getRule
-
Get the rule of this SC.
-
getSCList
-
Answers the list of possible SCs for the SP as an array of class names.
-
getSCPath
-
Returns the path that contains all the supported style component.
-
getSCPath
-
Returns the path that contains all the supported style component.
-
getSCs
-
Returns the StyleComponents of this StyleProperty in a suitable for CSS generation order.
-
getSCs
-
Returns the StyleComponents of this StyleProperty in a suitable for CSS generation order.
-
getSelector
-
Returns the selector of this StyleCollection.
-
getSelector
-
Returns the selector of this StyleCollection.
-
getSPPath
-
Returns the path that contains all the supported style properties.
-
getSPPath
-
Returns the path that contains all the supported style properties.
-
getSPs
-
Returns the StyleProperties of this StyleCollection in a suitable for CSS generation order.
-
getSPs
-
Returns the StyleProperties of this StyleCollection in a suitable for CSS generation order.
-
getStyle
-
Returns the style collection with the specified selector.
-
getStyle
-
Returns the style collection with the specified selector.
-
getStyleCollection
-
Returns the StyleCollection with the given selector
-
getStyleCollectionPath
-
Returns the path that contains all the supported themes.
-
getStyleCollections
-
Answers the _styles array
-
getStyleComponent
-
Returns the StyleComponent with the given class
-
getStyleProperty
-
Returns the StyleProperty with the given name
-
getStyles
-
Returns all style collections for this component.
-
getStyles
-
Returns all style collections for this component.
-
getStylesForComponentType
-
This method returns all style collections for the given component type and the given numeric index.
-
getStylesForComponentType
-
This method returns all style collections for the given component type and the given numeric index.
-
getSupportedComponents
-
Returns a list of components supported by the GUIManager.
-
getSupportedComponents
-
Returns a list of components supported by the GUIManager.
-
getSupportedLayouts
-
Returns a list of layouts supported by the GUIManager.
-
getSupportedLayouts
-
Returns a list of layouts supported by the GUIManager.
-
getSupportedSCs
-
Returns a list of style components supported by the GUIManager.
-
getSupportedSCs
-
Returns a list of style components supported by the GUIManager.
-
getSupportedSPs
-
Returns a list of style properties supported by the GUIManager.
-
getSupportedSPs
-
Returns a list of style properties supported by the GUIManager.
-
getSupportedStyleCollections
-
Returns a list of styleCollections supported by the GUIManager.
-
getSupportedThemes
-
Returns a list of themes supported by the GUIManager.
-
getTemplate
-
Answers the template
-
getTheme
-
Returns the current theme object.
-
getThemeById
-
Loads the theme stored earlier with
- saveTheme()
. This method reverses the steps of
- saveTheme()
. It first obtains the database-stored theme, then instantiates a Theme object with the data.
-
getThemeListForUser
-
Answers a list of themes that the User has access to edit
-
getThemePath
-
Returns the path that contains all the supported themes.
-
getThemeTemplates
-
Answers the set of templates stored in the Database Display name is 'Template'
-
getType
-
Returns the type of this component.
-
getType
-
Returns the type of this component. One of BLANK, HEADING, FOOTER, BLOCK, MENU, MENU_ITEM_LINK_UNSELECTED, MENU_ITEM_LINK_SELECTED, MENU_ITEM_HEADING, OTHER.
-
getValue
-
Get the value of this SC.
-
getValue
-
Get the value of this SC.
-
GUIManager
-
Constructor
-
GUIManager
-
An implmentation of the GUIManagerInterface. This implementation
-
GUIManagerAbstract
-
This abstract provides methods for theme management: saving/loading of theme state, obtaining information about supported GUI components, etc.
-
GUIManager.abstract.php
-
-
GUIManager.class.php
-
-
getAccessKey
-
Returns the access key character (shortcut) for this menu item.
-
getDisplayName
-
Returns the display name of this menu item.
-
getDisplayName
-
Returns the display name of this menu item.
-
getDisplayName
-
Returns the display name of this menu item.
-
getDisplayName
-
Returns the display name of this menu item.
-
getSelected
-
Returns the menu item that is currently selected.
-
getSelected
-
Returns the menu item that is currently selected.
-
getTarget
-
Returns the target window for this menu item.
-
getToolTip
-
Returns the toolTip text for this menu item.
-
getURL
-
Returns the URL of this menu item.
-
getCSS
-
-
getCSS
-
-
getCSS
-
Returns any CSS code that might be needed in order for this
- Layout
to render properly.
-
getCSS
-
Returns any CSS code that might be needed in order for this
- Layout
to render properly.
-
getCSS
-
Returns any CSS code that might be needed in order for this
- Layout
to render properly.
-
getCSS
-
Returns any CSS code that might be needed in order for this
- Layout
to render properly.
-
getRGBArray
-
Converts the color to a standard format--an array of the form (R, G, B).
-
GenericTheme
-
The constructor. All initialization and Theme customization is performed here.
-
GenericTheme
-
A very basic theme based on simple borders and colored blocks.
-
GenericTheme.class.php
-
-
generateThumbnailData
-
Generate a thumbnail from the image format/data passed
-
generateThumbnailData
-
Generate a thumbnail from the image format/data passed
-
getOsidContext
-
Return context of this OsidManager.
-
getResizedData
-
Generate a resized image from the image format/data passed
-
getResizedData
-
Generate a resized image from the image format/data passed
-
getResizedFormat
-
Get the format that a resized image will be returned in
-
getResizedFormat
-
Get the format that a resized image will be returned in
-
getThumbnailFormat
-
Return the format that thumbnails will be generated in.
-
getWebsafeData
-
Generate a resized image from the image format/data passed
-
getWebsafeData
-
Generate a web-safe resized image from the image format/data passed
-
getWebsafeFormat
-
Get the format that a resized image will be returned in
-
getWebsafeFormat
-
Get the format that a web-safe resized image will be returned in
-
getLanguage
-
Return the code of the current language.
-
getLanguages
-
Return an array of availible languages. The keys are the language codes
-
getOsidContext
-
Return context of this OsidManager.
-
gettext
-
Returns the passed string to emulate untranslated language support for systems on which gettext isn't availible
-
getAgent
-
Get the Agent with the specified unique Id. Getting an Agent by name is not supported since names are not guaranteed to be unique.
-
getAgent
-
Get the Agent with the specified unique Id. Getting an Agent by name is not supported since names are not guaranteed to be unique.
-
getAgentFlavor
-
* WARNING: NOT IN OSID -- USE AT YOUR OWN RISK Returns the agent flavor
-
getAgentOrGroup
-
Returns an
Agent or
Group object, depending on what type of agent the passed id refers to.
-
getAgents
-
Get all the Agents. The returned iterator provides access to the Agents one at a time. Iterators have a method hasNextAgent() which returns
- true
if there is an Agent available and a method nextAgent() which returns the next Agent.
-
getAgents
-
Get all the Agents. The returned iterator provides access to the Agents one at a time. Iterators have a method hasNextAgent() which returns
- true
if there is an Agent available and a method nextAgent() which returns the next Agent.
-
getAgentsBySearch
-
Get all the Agents with the specified search criteria and search Type.
-
getAgentsBySearch
-
Get all the Agents with the specified search criteria and search Type.
-
getAgentsByType
-
Get all the Agents of the specified Type.
-
getAgentsByType
-
Get all the Agents of the specified Type.
-
getAgentSearchTypes
-
Get all the agent search Types supported by this implementation.
-
getAgentSearchTypes
-
Get all the agent search Types supported by this implementation.
-
getAgentTypes
-
Get all the agent Types. The returned iterator provides access to the agent Types from this implementation one at a time. Iterators have a method hasNext() which returns true if there is an agent Type available and a method next() which returns the next agent Type.
-
getAgentTypes
-
Get all the agent Types. The returned iterator provides access to the agent Types from this implementation one at a time. Iterators have a method hasNext() which returns true if there is an agent Type available and a method next() which returns the next agent Type.
-
getAllPropertyKeys
-
Answer an array of all of the property keys inexistance
-
getDescription
-
Get the Description of this Group.
-
getDescription
-
Get the Description of this Group.
-
getDisplayName
-
Get the name of this Agent.
-
getDisplayName
-
Get the name of this Agent.
-
getGroup
-
Gets the Group with the specified unique Id. Getting a Group by name is not supported since names are not guaranteed to be unique.
-
getGroup
-
Gets the Group with the specified unique Id. Getting a Group by name is not supported since names are not guaranteed to be unique.
-
getGroups
-
Get all the Groups in this group and optionally all the subgroups in this group. Note since Groups subclass Agents, we are returning an AgentIterator and there is no GroupIterator.
-
getGroups
-
Get all the Groups in this group and optionally all the subgroups in this group. Note since Groups subclass Agents, we are returning an AgentIterator and there is no GroupIterator.
-
getGroups
-
Get all the Groups in this group and optionally all the subgroups in this group. Note since Groups subclass Agents, we are returning an AgentIterator and there is no GroupIterator.
-
getGroups
-
Get all the Groups. Note since Groups subclass Agents, we are returning
-
getGroups
-
Get all the Groups. Note since Groups subclass Agents, we are returning
-
getGroupsBySearch
-
Get all the groups with the specified search criteria and search Type.
-
getGroupsBySearch
-
Get all the groups with the specified search criteria and search Type.
-
getGroupsByType
-
Get all the Groups of the specified Type.
-
getGroupsByType
-
Get all the Groups of the specified Type.
-
getGroupSearchTypes
-
Get all the group search types supported by this implementation.
-
getGroupSearchTypes
-
Get all the group search types supported by this implementation.
-
getGroupTypes
-
Get all the group Types. The returned iterator provides access to the group Types from this implementation one at a time. Iterators have a method hasNext() which returns true if there is a group Type available and a method next() which returns the next group Type.
-
getGroupTypes
-
Get all the group Types. The returned iterator provides access to the group Types from this implementation one at a time. Iterators have a method hasNext() which returns true if there is a group Type available and a method next() which returns the next group Type.
-
getId
-
Get the id of this Agent.
-
getId
-
Get the id of this Agent.
-
getMembers
-
Get all the Members of this group and optionally all the Members from all subgroups. Duplicates are not returned.
-
getMembers
-
Get all the Members of this group and optionally all the Members from all subgroups. Duplicates are not returned.
-
getMembers
-
Get all the Members of this group and optionally all the Members from all subgroups. Duplicates are not returned.
-
getOsidContext
-
Return context of this OsidManager.
-
getOsidContext
-
Return context of this OsidManager.
-
getProperties
-
Get the Properties associated with this Agent.
-
getPropertiesByType
-
Get the Properties of this Type associated with this Agent.
-
getPropertyTypes
-
Get the Properties Types supported by this Agent.
-
getPropertyTypes
-
Get all the property Types. The returned iterator provides access to
-
getPropertyTypes
-
Get all the property Types. The returned iterator provides access to
-
getType
-
Get the type of this Agent.
-
getType
-
Get the type of this Agent.
-
getTypeId
-
A public function for getting a type id (and ensuring that it exists in the database). One might consider implementing a Type manager for stuff like this that has no proper home.
-
GroupsFromNodesIterator
-
Constructor
-
GroupsFromNodesIterator
-
AgentIterator provides access to these objects sequentially, one at a time.
-
GroupsOnlyFromTraversalIterator
-
AgentIterator provides access to these objects sequentially, one at a time.
-
GroupsFromNodesIterator.class.php
-
-
GroupsOnlyFromTraversalIterator.class.php
-
-
getAgentsBySearch
-
Get all the Agents with the specified search criteria and search Type.
-
getAgentsBySearch
-
Get all the Agents with the specified search criteria and search Type.
-
getAgentsBySearch
-
Get all the Agents with the specified search criteria and search Type.
-
getAgentsBySearch
-
Get all the Agents with the specified search criteria and search Type.
-
getAgentsBySearch
-
Get all the Agents with the specified search criteria and search Type.
-
getClassDNsBySearch
-
Get all the DNs for the various CourseSections with the specified search criteria and search Type.
-
getGroupsBySearch
-
Get all the Groups with the specified search criteria and search Type.
-
getGroupsBySearch
-
Get all the Groups with the specified search criteria and search Type.
-
getGroupsBySearch
-
Get all the Groups with the specified search criteria and search Type.
-
getGroupsBySearch
-
Get all the Groups with the specified search criteria and search Type.
-
getGroupsBySearch
-
Get all the Groups with the specified search criteria and search Type.
-
getAgentId
-
Return our Id
-
getAuthenticationType
-
Return our Type
-
getMappingForTokens
-
Return the mapping for an AuthNTokens.
-
getMappingsForAgentId
-
Return an iterator of all of the mappings for an Agent Id across all of the AuthenticationTypes
-
getMappingsForAgentIdAndAuthenticationType
-
Return the mapping for an Agent Id.
-
getOsidContext
-
Return context of this OsidManager.
-
getTokens
-
Return our AuthNTokens
-
getAllGroups
-
Answer an iterator of all groups
-
getAllGroups
-
Answer an iterator of all groups
-
getAuthNMethodForType
-
Get an AuthNMethod based on its Type
-
getAuthNTypes
-
Get all AuthN Types
-
getClassesDNsBySearch
-
Get the course DNs that match the search
-
getClassTokensBySearch
-
Get an iterator of the AuthNTokens that match the search string passed.
-
getDescription
-
Get the Description of this Group.
-
getDisplayName
-
Get the DisplayName of this Group.
-
getDisplayNameForTokens
-
Should return the 'display_name_property' value for tokens
-
getDNsByList
-
Get the DNs that match the search immediately below the baseDN
-
getDNsBySearch
-
Get the DNs that match the search
-
getGroup
-
Answer a group by Id
-
getGroup
-
Answer a group by Id
-
getGroupDNsBySearch
-
Get the user DNs that match the search
-
getGroups
-
Get all the Groups in this group and optionally all the subgroups in this group. Note since Groups subclass Agents, we are returning an AgentIterator and there is no GroupIterator.
-
getGroupsContainingGroup
-
Answer an iterator of groups that contain the Id. If $includeSubgroups is true then groups will be returned if any descendent group contains the Id.
-
getGroupsContainingGroup
-
Answer an iterator of groups that contain the Id. If $includeSubgroups is true then groups will be returned if any descendent group contains the Id.
-
getGroupsContainingTokens
-
Answer an iterator of groups that contain the tokens. If $includeSubgroups is true then groups will be returned if any descendent group contains the tokens.
-
getGroupsContainingTokens
-
Answer an iterator of groups that contain the tokens. If $includeSubgroups is true then groups will be returned if any descendent group contains the tokens.
-
getGroupTokensBySearch
-
Get an iterator of the AuthNTokens that match the search string passed.
-
getId
-
Get the unique Id of this Group.
-
getIdentifier
-
Return the identifier string for this instance.
-
getInfo
-
Get the DN for the systemname passed
-
getMembers
-
Get all the Members of this group and optionally all the Members from all subgroups. Duplicates are not returned.
-
getOsidContext
-
Return context of this OsidManager.
-
getPassword
-
Return the password.
-
getProperties
-
Return Properties associated with the tokens. The properties will have the AuthNMethod Type as their Type. One Property that should always be included is 'identifier' which corresponds to the identifier for the tokens.
-
getProperties
-
Get the Properties associated with this Group.
-
getPropertiesByType
-
Get the Properties of this Type associated with this Group.
-
getPropertiesForTokens
-
Return Properties associated with the Tokens. The properties will have the AuthNMethod Type as their Type. One Property that should always be included is 'identifier' which corresponds to the identifier for the tokens
-
getPropertyTypes
-
Get all the property Types. The returned iterator provides access to
-
getRootGroups
-
Answer an iterator of the top-level groups, may be equivalent to getAllGroups() if this directory is not hierarchically organized.
-
getRootGroups
-
Answer an iterator of the top-level groups, may be equivalent to getAllGroups() if this directory is not hierarchically organized.
-
getTokens
-
Return properly formatted tokens for this instance.
-
getTokensBySearch
-
Get an iterator of the AuthNTokens that match the search string passed.
-
getTokensBySearch
-
Get an iterator of the AuthNTokens that match the search string passed.
-
getTokensBySearch
-
Get an iterator of the AuthNTokens that match the search string passed.
-
getType
-
Get the Type of this Group.
-
getType
-
Return the Type of this AuthNMethod
-
getUserDNsBySearch
-
Get the user DNs that match the search
-
getUsername
-
Return the username.
-
groupDNExists
-
returns true if the Group dn exists
-
getAuthenticationTypes
-
Get the authentication Types that are supported by the implementation.
-
getFirstUserId
-
Answer the first authenticated Id found for the current user or anonymous if none is found.
-
getOsidContext
-
Return context of this OsidManager.
-
getUserId
-
Get the unique Id of the Agent that represents the user for the specified AuthenticationType. Agents are managed using the Agent OSID.
-
getAgentId
-
Get the agentid associated with this Authorization.
-
getAgentIdStringArray
-
Answer an array of the Agent id strings that correspond to the AgentKey passed. the agent key can be an agent id string or USER.
-
getAllAZs
-
Given a functionId and a qualifierId returns all Authorizations that
-
getAllAZsByFuncType
-
Given a FunctionType and a qualifierId returns all Authorizations that
-
getAllExplicitAZsForAgent
-
WARNING: NOT IN OSID!
-
getAllUserAZs
-
Given a functionId and a qualifierId returns all Authorizations that
-
getAllUserAZsByFuncType
-
Given a FunctionType and a qualifierId returns all Authorizations that
-
getAZs
-
Auxilliary private function that returns Authorizations according to a
-
getChildren
-
Gets the children of this Qualifier.
-
getDescription
-
Get the description for this Qualifier.
-
getDescription
-
Get the description for this Function.
-
getEffectiveDate
-
Get the date when this Authorization starts being effective.
-
getExpirationDate
-
Get the date when this Authorization stops being effective.
-
getExplicitAZs
-
Given a agentId, a functionId, and a qualifierId (at least one of these must be non-null) returns the matching Authorizations. Explicit Authorizations can be modified. Any null argument will be treated as a wildcard.
-
getExplicitAZsByFuncType
-
Given a agentId, a FunctionType, and a qualifierId (either agentId or qualifierId must be non-null) returns the matching Authorizations. The Authorizations must be for Functions within the given FunctionType.
-
getExplicitUserAZs
-
Given a functionId and qualifierId (one must be non-null) returns the matching user Authorizations. Explicit Authorizations can be modified.. Any null argument will be treated as a wildcard.
-
getExplicitUserAZsByFuncType
-
Given a FunctionType and qualifierId returns the matching user Authorizations. The Authorizations must be for Functions within the given FunctionType. Explicit Authorizations can be modified. Any null argument will be treated as a wildcard.
-
getExplicitUserAZsForImplicitAZ
-
Given an implicit returns the matching explicit user Authorizations.
-
getFunction
-
-
getFunction
-
Returns the Function with the specified id.
-
getFunction
-
-
getFunctions
-
Get all the Functions of the specified Type.
-
getFunctions
-
Get all the Function of the specified Type.
-
getFunctionType
-
Get the FunctionType for this Function.
-
getFunctionTypes
-
Get all the FunctionTypes supported by the Authorization implementation.
-
getFunctionTypes
-
Get all the Function of the specified Type.
-
getId
-
Get the unique Id for this Qualifier.
-
getId
-
Get the unique Id for this Function.
-
getModifiedBy
-
Get the Id of the agent that modified this Authorization.
-
getModifiedDate
-
Get the date when this Authorization was modified.
-
getOsidContext
-
Return context of this OsidManager.
-
getParents
-
Gets the parents of this Qualifier.
-
getQualifier
-
Returns the Qualifier with the specified id.
-
getQualifier
-
-
getQualifier
-
-
getQualifierChildren
-
Given an existing qualifierId returns the Ids of its child Qualifiers.
-
getQualifierDescendants
-
Given an existing qualifierId returns the Ids of all descendants including its child Qualifiers.
-
getQualifierDescendants
-
Returns the Qualifier with the specified id.
-
getQualifierHierarchies
-
Returns the Qualifier Hierarchies supported by the Authorization implementation. Qualifier Hierarchies are referenced by Id and may be known and managed through the Hierarchy OSID.
-
getQualifierHierarchyId
-
Get the QualifierHierarchyId for this Function.
-
getQualifierType
-
Get the QualifierType for this Qualifier.
-
getQualifierTypes
-
Get all the QualifierTypes supported by the Authorization implementation.
-
getReferenceName
-
Get the permanent reference name for this Qualifier.
-
getReferenceName
-
Get the permanent reference name for this Function.
-
getRootQualifiers
-
Given a QualifierHierarchy Id, returns the Qualifier that is the root of the tree of Qualifiers of this Type.
-
getRootQualifiers
-
Given a hierarchyId, returns the Qualifiers at the root of the specified Hierarchy.
-
getWhoCanDo
-
Given a functionId and a qualifierId returns the Ids of all Agents allowed to do the Function with the Qualifier. A null qualifierId is treated as a wildcard.
-
getAgent
-
Get the Agent (student) associated with this CourseGradeRecord.
-
getAssets
-
Get the Assets associated with this CourseOffering.
-
getAssets
-
Get the Assets associated with this CourseSection.
-
getCanonicalCourse
-
Get the CanonicalCourse that contains this CourseOffering.
-
getCanonicalCourse
-
Get a CanonicalCourse by Id.
-
getCanonicalCourses
-
Get all CanonicalCourses.
-
getCanonicalCourses
-
Get all CanonicalCourses.
-
getCanonicalCoursesByType
-
Get all CanonicalCourses of the specified Type.
-
getCanonicalCoursesByType
-
Get all CanonicalCourses of the specified Type.
-
getCourseGrade
-
Get the grade for this CourseGradeRecord.
-
getCourseGradeRecords
-
Get all the CourseGradeRecords, optionally including only those for a specific Student, CourseOffering, or CourseGradeType. Put null if you don't wish to include these.
-
getCourseGradeType
-
Calls getType(), which may be the proper name.
-
getCourseGradeType
-
Get the CourseGradeType for this Offering. GradingType is defined in the grading OSID. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getCourseGradeTypes
-
Get all the defined CourseGrade Types. GradeTypes are defined in the grading OSID. These Types are meaningful to the implementation and applications and are not specified by the grading OSID.
-
getCourseGroup
-
Get a CourseGroup by unique Id.
-
getCourseGroups
-
Get all the CourseGroups that contain the specified CanoncialCourse.
-
getCourseGroupsByType
-
Get all the CourseGroups of a given CourseGroupType.
-
getCourseGroupTypes
-
Get all the CourseGroupTypes supported by this implementation. This can be innefficient if there is a tremendous number of Types and course groups.
-
getCourseOffering
-
Get the CourseOffering that contains this CourseSection.
-
getCourseOffering
-
Get the unique Id for the CourseOffering for this CourseGradeRecord..
-
getCourseOffering
-
Get a CourseOffering by unique Id.
-
getCourseOfferings
-
Get all CourseOfferings that belong to this CanonicalCourse.
-
getCourseOfferings
-
Get all the Offerings in which the specified Agent is enrolled.
-
getCourseOfferingsByType
-
Get all CourseOfferings of the specified Type that belong to this CanonicalCourse.
-
getCourses
-
Get all the CanonicalCourses in this CourseGroup. Note that different CourseGroupType imply different ordering. For example, if the CourseGroupType indicates prerequisites order would need be guaranteed; if corequisites order might not need to be guaranteed.
-
getCourseSection
-
Get the CourseSection that this EnrollmentRecord enrolls the student in.
-
getCourseSection
-
Get a CourseSection by unique Id.
-
getCourseSections
-
Get all the Sections in which the specified Agent is enrolled.
-
getCourseSections
-
Get all CourseSections that belong to this CourseOffering.
-
getCourseSectionsByType
-
Get all CourseSections of the specified Type that belong to this CourseOffering.
-
getCourseStatusTypes
-
Get all the defined Canonical Course Status Types. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getCourseType
-
Get the Course Type for this CanonicalCourse. This Type is meaningful to the implementation and applications and are not specified by the OSID.
-
getCourseTypes
-
Get all the defined Course Types. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getCredits
-
Get the credits for this CanonicalCourse.
-
getDescription
-
Get the description for this CourseOffering.
-
getDescription
-
Get the description for this CourseSection.
-
getDescription
-
Get the description for this CanonicalCourse. Returns null if no description exists
-
getDisplayName
-
Get the display name for this CourseGradeRecord.
-
getDisplayName
-
Get the display name for this CanonicalCourse.
-
getDisplayName
-
Get the display name for this CourseOffering.
-
getDisplayName
-
Get the display name for this CourseSection.
-
getDisplayName
-
Get the display name for this Term.
-
getDisplayName
-
Get the display name for this CourseGroup.
-
getEnrollmentStatusTypes
-
Get all the defined Enrollment Status Types. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getEquivalentCourses
-
Get all equivalent courses for this CanonicalCourse.
-
getId
-
Get the unique Id for this CourseOffering.
-
getId
-
Get the unique Id for this Term.
-
getId
-
Get the unique Id for this CourseGradeRecord.
-
getId
-
Get the unique Id for this CanonicalCourse.
-
getId
-
Get the unique Id for this CourseGroup.
-
getId
-
Get the unique Id for this CourseSection.
-
getLocation
-
Get the location may be a room address, a map, or any other object.
-
getNumber
-
Get the number for this CourseOffering.
-
getNumber
-
Get the number for this CanonicalCourse.
-
getNumber
-
Get the number for this CourseSection.
-
getOfferingStatusTypes
-
Get all the defined Course Offering Status Types. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getOfferingType
-
Get the Offering Type for this CourseOffering. This Type is meaningful to the implementation and applications and are not specified by the OSID.
-
getOfferingTypes
-
Get all the defined Offering Types. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getOsidContext
-
Return context of this OsidManager.
-
getProperties
-
Get the Properties associated with this CourseSection.
-
getProperties
-
Get the Properties associated with this CourseOffering.
-
getProperties
-
Get the Properties associated with this CanonicalCourse. There is is only One type of property associated with each course object.
-
getPropertiesByType
-
Get the Properties of this Type associated with this CourseSection.
-
getPropertiesByType
-
Get the Properties of this Type associated with this CanonicalCourse. There is is only One type of property associated with each course object.
-
getPropertiesByType
-
Get the Properties of this Type associated with this CourseOffering.
-
getPropertyTypes
-
Get all the Property Types for CourseSection.
-
getPropertyTypes
-
Get all the Property Types for CanonicalCourse. There is is only One type of property associated with each course object.
-
getPropertyTypes
-
Get all the Property Types for CourseOffering.
-
getRoster
-
Get the student roster. This returns all the enrollments of all the course sections. Keep in mind that they will be ordered by the students that are in section. Each student may be enrolled in several courses.
-
getRoster
-
Get the student roster.
-
getRosterByType
-
Get the student roster. Include only students with the specified Enrollment Status Type.
-
getRosterByType
-
Get the student roster. Include only students with the specified Enrollment Status Type. This returns all the enrollments of all the course sections. Keep in mind that they will be ordered by the students that are in section. Each student may be enrolled in several CoursesSctions.
-
getSchedule
-
Get the Schedule for this Section. Schedules are defined in scheduling OSID. ScheduleItems are returned in chronological order by increasing start date.
-
getSchedule
-
Get the Schedule for this Term. Schedules are defined in scheduling OSID. ScheduleItems are returned in chronological order by increasing start date.
-
getSectionStatusTypes
-
Get all the defined Course Section Status Types. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getSectionType
-
Get the Section Type for this CourseSection. This Type is meaningful to the implementation and applications and are not specified by the OSID.
-
getSectionTypes
-
Get all the defined Section Types. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getStatus
-
Get the Status Type for a student. Students Status Type is supplied when the student is added or changed in the CourseSection. The CourseManagementManager returns the Status Types supported by this implementation.
-
getStatus
-
Get the Status for this CourseSection.
-
getStatus
-
Get the Status for this CourseOffering.
-
getStatus
-
Get the Status for this CanonicalCourse.
-
getStudent
-
Get the Id of the Agent representing a student enrolled in the CourseSection.
-
getTerm
-
Get a Term by unique Id.
-
getTerm
-
Get a Term by unique Id.
-
getTerms
-
Get all the Terms.
-
getTermsByDate
-
Get all the Terms that contain this date.
-
getTermTypes
-
Get all the TermTypes.
-
getTitle
-
Get the title for this CanonicalCourse.
-
getTitle
-
Get the title for this CourseOffering.
-
getTitle
-
Get the title for this CourseSection.
-
getTopics
-
Get all Topics for this CanonicalCourse.
-
getType
-
Get the Type for this Term. This Type is meaningful to the implementation and applications and is not specified by the OSID.
-
getType
-
Get the CourseGradeType for the GradeRecord's Offering. GradingType is defined in the grading OSID. These Types are meaningful to the implementation and applications and are not specified by the OSID.
-
getType
-
Get the Type for this CourseGroup.
-
getAllNodes
-
Get all the Nodes in this Hierarchy.
-
getAllNodes
-
Returns an array of all nodes in this hierarchy.
-
getChildren
-
Caches the children (if not cached already) of the given node by fecthing them from the database if neccessary, and then inserting them in
- _tree
and updating
- _cache
.
-
getChildren
-
Get the children of this Node. To get other descendants use the Hierarchy traverse method.
-
getDescription
-
Get the description for this Node.
-
getDescription
-
Get the description for this Hierarchy.
-
getDisplayName
-
Get the display name for this Node.
-
getDisplayName
-
Get the display name for this Hierarchy.
-
getDisplayName
-
Get the display name for this Node.
-
getHierarchies
-
Get all Hierarchies.
-
getHierarchy
-
Get a Hierarchy by unique Id.
-
getHierarchyForNode
-
Returns the hierarchy to which the given Node belongs.
-
getHierarchyId
-
Answer the Id of the hierarchy
-
getId
-
Get the unique Id for this Hierarchy.
-
getId
-
Get the unique Id for this Node.
-
getLevel
-
Get the level of this Node in relation to the startId of the Hierarchy traversal method call. Descendants are assigned increasingly positive levels; ancestors increasingly negative levels.
-
getNode
-
Get a Node by unique Id.
-
getNode
-
Returns (and caches if necessary) the node with the specified string id.
-
getNode
-
Returns the hierarchy Node with the specified Id.
-
getNodeId
-
Get the unique Id for this Node.
-
getNodesByType
-
Get the Nodes of the specified Type in this Hierarchy.
-
getNodesFromDB
-
Gets node(s) from the database that match the criteria specified by the given where condition.
-
getNodeTypes
-
Get all NodeTypes used in this Hierarchy.
-
getOsidContext
-
Return context of this OsidManager.
-
getParents
-
Caches the parents (if not cached already) of the given node by fecthing them from the database if neccessary, and then inserting them in
- _tree
and updating
- _cache
.
-
getParents
-
Get the parents of this Node. To get other ancestors use the Hierarchy traverse method.
-
getRootNodes
-
Returns an array of all root nodes in this hierarchy.
-
getRootNodes
-
Get the root Nodes in this Hierarchy.
-
getType
-
Get the Type for this Node.
-
getAllNodes
-
Simply returns all nodes of this hierarchy in an array in no particular order.
-
getAncestors
-
Returns all the ancestors of the given node.
-
getCacheKey
-
Answer the traversal cacheKey for this node, direction, and levels
-
getChildren
-
Returns the children of this node in the order they were added.
-
getChildren
-
Returns the children of this node in the order they were added.
-
getChildrenCount
-
Returns the number of children for this node.
-
getChildrenCount
-
Returns the number of children for this node.
-
getId
-
Returns the id of this node.
-
getId
-
Returns the id of this node.
-
getNode
-
Returns the node with the specified id. If it does not exist, return
- null
.
-
getNode
-
Returns the node with the specified id. If it does not exist, return
- null
.
-
getNodes
-
Simply returns all nodes of this tree in an array in no particular order.
-
getParents
-
Returns the parent node of this node.
-
getParents
-
Returns the parent node of this node.
-
getParentsCount
-
Returns the number of parents for this node.
-
getParentsCount
-
Returns the number of parents for this node.
-
getSize
-
Returns the size (number of nodes) in this hierarchy.
-
getSize
-
Returns the size (number of nodes) in this tree.
-
getSubtree
-
Returns the subtree rooted at the specified node (excluding the root).
-
getId
-
Get the unique Id with this String representation or create a new unique Id with this representation.
-
getId
-
Get the unique Id with this String representation or create a new unique Id with this representation.
-
getOsidContext
-
Return context of this OsidManager.
-
getAgentIds
-
Answer the agents for this item. Anonymous will not be included unless there are no other agents.
-
getBacktrace
-
Answer the backtrace HTML if available
-
getBaseQuery
-
Answer the basic query
-
getCategory
-
Answer the category
-
getDescription
-
Answer the description
-
getDisplayName
-
Get the display name for this ReadableLog.
-
getEntries
-
Return the ReadableLog Entries in a last-in, first-out (LIFO) order.
-
getEntriesBySearch
-
Return the ReadableLog Entries in a last-in, first-out (LIFO) order.
-
getFormatType
-
Return the format type of logged item.
-
getFormatTypes
-
Return the format types available with this implementation.
-
getItem
-
Return the logged item.
-
getLogForReading
-
Get an existing log for reading.
-
getLogForWriting
-
Get an existing log for writing.
-
getLogNamesForReading
-
Return the names of readable Logs.
-
getLogNamesForWriting
-
Return the names of writable Logs.
-
getNodeIds
-
Answer the nodes for this item
-
getOsidContext
-
Return context of this OsidManager.
-
getPriorityType
-
Return the format type of logged item.
-
getPriorityTypes
-
Return the priority types available with this implementation.
-
getTimestamp
-
Return the time that the item was logged.
-
getAsset
-
Get the Asset with the specified unique Id.
-
getAsset
-
Get the Asset with the specified unique Id.
-
getAssetByDate
-
Get the Asset with the specified unique Id that is appropriate for the date specified. The specified date allows a Repository implementation to support Asset versioning.
-
getAssetByDate
-
Get the Asset with the specified Unique Id and appropriate for the date
-
getAssetDates
-
Get all the dates for the Asset with the specified unique Id. These dates allows a Repository implementation to support Asset versioning.
-
getAssetDates
-
Get all the dates for the Asset with the specified unique Id. These dates allows a Repository implementation to support Asset versioning.
-
getAssets
-
Perform a search of the specified Type and get all the Assets that
-
getAssets
-
Get all the Assets in this Asset. Iterators return a set, one at a time.
-
getAssets
-
Get all the Assets in this Repository. Iterators return a set, one at a time.
-
getAssetsBySearch
-
Perform a search of the specified Type and get all the Assets that satisfy the SearchCriteria. Iterators return a set, one at a time.
-
getAssetsBySearch
-
Perform a search of the specified Type and get all the Assets that satisfy the SearchCriteria. The search is performed for all specified Repositories. Iterators return a set, one at a time.
-
getAssetsByType
-
Get all the Assets of the specified AssetType in this Repository.
-
getAssetsByType
-
Get all the Assets of the specified AssetType in this Asset. Iterators return a set, one at a time.
-
getAssetType
-
Get the AssetType of this Asset. AssetTypes are used to categorize Assets.
-
getAssetTypes
-
Get all the AssetTypes in this Repository. AssetTypes are used to categorize Assets. Iterators return a set, one at a time.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getAuthoritativeValues
-
Answer the authoritative values for this part.
-
getContent
-
Get an Asset's content. This method can be a convenience if one is not interested in all the structure of the Records.
-
getContentRecordStructure
-
Get the RecordStructure associated with this Asset's content.
-
getCreationDate
-
Get the date at which this Asset was created.
-
getCreator
-
Answer the Id of the agent that created the asset
-
GetDataImageSize
-
-
getDescendentInfo
-
Answer an iterator of the TraversalInfo of the decendent Assets (children, grandchildren, etc).
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this RecordStructure.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this Asset.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this RecordStructure.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
Get the description for this PartStructure.
-
getDescription
-
NOT IN OSID??? Get the description for this Repository.
-
getDisplayName
-
Get the display name for this Asset.
-
getDisplayName
-
Get the display name for this RecordStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this Part.
-
getDisplayName
-
Get the display name for this RecordStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this Repository.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this PartStructure.
-
getDisplayName
-
Get the display name for this RecordStructure.
-
getEffectiveDate
-
Get the date at which this Asset is effective.
-
getExpirationDate
-
Get the date at which this Asset expires.
-
getFormat
-
Get the format for this RecordStructure. The format is defined by the implementation, e.g. XML.
-
getFormat
-
Get the format for this RecordStructure. The format is defined by the implementation, e.g. XML.
-
getId
-
Get the unique Id for this Asset.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this Repository.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this Record.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this RecordStructure.
-
getId
-
Get the unique Id for this RecordStructure.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this PartStructure.
-
getId
-
Get the unique Id for this RecordStructure.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this Part.
-
getId
-
Get the unique Id for this Record.
-
getModificationDate
-
Get the date at which this Asset was created.
-
getOsidContext
-
Return context of this OsidManager.
-
getParents
-
Get the parents of this asset, Iterators return a set one at a time.
-
getParentsByType
-
Get the parents of this asset, Iterators return a set one at a time.
-
getPart
-
Get the part from the record that matches the passed Id
-
getPart
-
Get the part from the record that matches the passed Id
-
getPart
-
Get the Part for a Record for this Asset that matches this Part's unique Id.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in the Record. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in the Record. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getParts
-
Get all the Parts in this Part. Iterators return a set, one at a time.
-
getPartsByPartStructure
-
Get the Parts of the Records for this Asset that are based on this RecordStructure PartStructure's unique Id.
-
getPartsByPartStructure
-
Get the Parts of the Records for this Asset that are based on this RecordStructure PartStructure's unique Id.
-
getPartsByPartStructure
-
Get the Parts of the Records for this Asset that are based on this RecordStructure PartStructure's unique Id.
-
getPartStructure
-
Get the PartStructure in the RecordStructure with the specified Id.
-
getPartStructure
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructure
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get all the PartStructures in the RecordStructure. Iterators return a set, one at a time.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructure
-
Get the RecordStructure associated with this PartStructure.
-
getPartStructure
-
Get the PartStructure associated with this Part.
-
getPartStructures
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructures
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructures
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructures
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructures
-
Get all the PartStructures in the RecordStructure. Iterators return a set, one at a time.
-
getPartStructures
-
Get all the PartStructures in the PartStructure. Iterators return a set, one at a time.
-
getPartStructures
-
Get all the PartStructures in the RecordStructure. Iterators return a set, one at a time.
-
getPartStructureTypes
-
Get the possible types for PartStructures.
-
getPartStructureTypes
-
Get the possible types for PartStructures.
-
getPartValue
-
Get the Value of the Part of the Record for this Asset that matches this Part's unique Id.
-
getPartValuesByPartStructure
-
Get the Values of the Parts of the Records for this Asset that are based on this RecordStructure PartStructure's unique Id.
-
getProperties
-
Get the Properties associated with this Repository.
-
getPropertiesByType
-
Get the Properties of this Type associated with this Repository.
-
getPropertyTypes
-
Get all the Property Types for Repository.
-
getRecord
-
Get the Record for this Asset that matches this Record's unique Id.
-
getRecords
-
Get all the Records for this Asset. Iterators return a set, one at a time.
-
getRecordsByRecordStructure
-
Get all the Records of the specified RecordStructure for this Asset.
-
getRecordsByRecordStructureType
-
Get all the Records of the specified RecordStructureType for this Asset.
-
getRecordStructure
-
Get the RecordStructure in this DigitalRepository with the specified Id. RecordStructures are used to categorize information about Assets.
-
getRecordStructure
-
Get the RecordStructure associated with this PartStructure.
-
getRecordStructure
-
Get the RecordStructure associated with this PartStructure.
-
getRecordStructure
-
Get the RecordStructure associated with this Record.
-
getRecordStructure
-
Get the RecordStructure associated with this PartStructure.
-
getRecordStructure
-
Get the RecordStructure associated with this PartStructure.
-
getRecordStructure
-
Get the RecordStructure associated with this Record.
-
getRecordStructure
-
Get the RecordStructure associated with this PartStructure.
-
getRecordStructure
-
Get the RecordStructure associated with this PartStructure.
-
getRecordStructure
-
Get the RecordStructure associated with this PartStructure.
-
getRecordStructures
-
Get all the RecordStructures for this Asset. RecordStructures are used to categorize information about Assets. Iterators return a set, one at a time.
-
getRecordStructures
-
Get all the RecordStructures in this Repository. RecordStructures are used to categorize information about Assets. Iterators return a set, one at a time.
-
getRecordStructuresByType
-
Get all the RecordStructures with the specified RecordStructureType in this Repository. RecordStructures are used to categorize information about Assets. Iterators return a set, one at a time.
-
getRepositories
-
Get all the Repositories. Iterators return a set, one at a time.
-
getRepositoriesByType
-
Get all the Repositories of the specified Type. Iterators return a set, one at a time.
-
getRepository
-
Get the Id of the Repository in which this Asset resides. This is set by the Repository's createAsset method.
-
getRepository
-
Get the Repository with the specified unique Id.
-
getRepositoryId
-
Answer the Id of the repository from whence this PartStructure came.
-
getRepositoryTypes
-
Get all the RepositoryTypes in this RepositoryManager. RepositoryTypes are used to categorize Repositories. Iterators return a set, one at a time.
-
getSchema
-
Get the schema for this RecordStructure. The schema is defined by the implementation, e.g. Dublin Core.
-
getSchema
-
Get the schema for this RecordStructure. The schema is defined by the implementation, e.g. Dublin Core.
-
getSearchTypes
-
Get all the SearchTypes supported by this Repository. Iterators return a set, one at a time.
-
getStatus
-
Get the StatusType of the Asset with the specified unique Id.
-
getStatusTypes
-
Get all the StatusTypes supported by this Repository. Iterators return a set, one at a time.
-
getType
-
Get the Type for this RecordStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this PartStructure.
-
getType
-
Get the Type for this RecordStructure.
-
getType
-
Get the RepositoryType of this Repository.
-
GetURLImageSize
-
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
getValue
-
Get the value for this Part.
-
GIF_SIG
-
-
getid3.getimagesize.php
-
-
getIdString
-
-
getIdString
-
Return the String representation of this unique Id.
-
getKeys
-
Get the Keys associated with these Properties.
-
getProperty
-
Get the Property associated with this key.
-
getType
-
Get the Type for this Properties instance.
-
getSchedule
-
Get the schedule elements
-
getParserFor
-
Answer the parser that was able to successfully parse the input string or FALSE if none could handle the input string.
-
getRegex
-
Return the regular expression used by this parser
-
getRegex
-
Return the regular expression used by this parser
-
getRegex
-
Return the regular expression used by this parser
-
getRegex
-
Return the regular expression used by this parser
-
getRegex
-
Return the regular expression used by this parser
-
getRegex
-
Return the regular expression used by this parser.
-
getRegex
-
Return the regular expression used by this parser
-
getRegex
-
Return the regular expression used by this parser
-
getRegex
-
Return the regular expression used by this parser
-
getTag
-
Answer the tag that starts at the given index.
-
get
-
Returns the service object associated with reference name $name.
-
get
-
Returns the service object associated with reference name $name.
-
getService
-
Returns the service object associated with reference name $name.
-
getService
-
Returns the service object associated with reference name $name.
-
getServices
-
Returns the services object.
-
getServices
-
Returns the services object.
-
getId
-
Answer the id of this set
-
getOsidContext
-
Return context of this OsidManager.
-
getPersistentSet
-
Get a Set object of the specified Id. The Set does not have to have been created previously and any changes to the set will be persisted automatically.
-
getPosition
-
Return the current position of the id in the set.
-
getPosition
-
Return the current position of the id in the set.
-
getTemporarySet
-
Get a Set object of the specified Id. The Set does not have to have been created previously and any changes to the set will be persisted automatically for the remainder of the SESSION.
-
getAgentIds
-
Answer agentIds that have stored tags
-
getConfigurationForSystem
-
Return configuration of this OsidManager.
-
getCurrentUserId
-
Answer the current user id
-
getCurrentUserId
-
Answer the current user id
-
getCurrentUserIdString
-
Answer the current user id string value
-
getCurrentUserIdString
-
Answer the current user id
-
getDatabaseId
-
Insert [if needed] into the item table and return the database id of this item
-
getDatabaseIndex
-
Answer the database index
-
getDatabaseIndex
-
Answer the database index
-
getDatabaseIndex
-
Answer the database index
-
getDatabaseIndex
-
Answer the database index
-
getDescription
-
Answer the description of this item
-
getDescription
-
Answer the description of this item
-
getDescription
-
Answer the description of this item
-
getDisplayName
-
Answer the display name for this item
-
getDisplayName
-
Answer the display name for this item
-
getDisplayName
-
Answer the display name for this item
-
getId
-
Answer the id that was given to this object
-
getIdString
-
Answer the string version of the id given to this object
-
getItemClassForSystem
-
Return the destination Item class for a given system
-
getItems
-
Answer all items with this tag
-
getItemsForAgent
-
Answer all items with this tag where the tag was added by the given agent
-
getItemsForAgentInSystem
-
Answer all items with this tag in a particular system
-
getItemsForCurrentUser
-
Answer all items with this tag
-
getItemsForCurrentUserInSystem
-
Answer all items with this tag in a particular system
-
getItemsInSystem
-
Answer all items with this tag in a particular system
-
getItemsWithIdsInSystem
-
Answer all items with this tag that match a particular list
-
getNode
-
Answer the node for this item
-
getNonUserTags
-
Answer the tags for this item not created by the current user
-
getOccurances
-
Answer the number of occurances of this tag across all users
-
getOccurancesForAgent
-
Answer the number of occurances of this tag across all users
-
getOsidContext
-
Return context of this OsidManager.
-
getPartStructureIdsForTagGeneration
-
Answer the PartStructure Ids for which Tags should be auto-generated, in the given repository.
-
getRelatedTags
-
Answer the Tags related to this one. Relation is defined as being attached to the same items as this tag.
-
getSystem
-
Answer the name of the system this item is stored in
-
getTags
-
Answer the tags for this item
-
getTags
-
Answer the tags created by any agent
-
getTagsByAgent
-
Answer the tags created by a given agent
-
getTagsByAgent
-
Answer the tags for this item created by a given agent
-
getTagsForItemIds
-
Answer the tags for one or more item ids
-
getTagsForItems
-
Answer the tags for one or more items
-
getTagsForItemsByAgent
-
Answer the tags by the given agent for one or more items
-
getTagsForItemsNotByAgent
-
Answer the tags not created by the given agent for one or more items
-
getTagsNotByAgent
-
Answer the tags for this item created by a given agent
-
getThumbnailUrl
-
Answer the thumbnail url of this item
-
getThumbnailUrl
-
Answer the thumbnail url of this item
-
getThumbnailUrl
-
Answer the thumbnail url of this item
-
getUrl
-
Answer the url to this item
-
getUrl
-
Answer the url to this item
-
getUrl
-
Answer the url to this item
-
getUserTags
-
Answer the tags created by the current user
-
getUserTags
-
Answer the tags for this item created by the current user
-
getUserTagsForItems
-
Answer the tags created by the current user for one or more items
-
getValue
-
Answer the value
-
get
-
The get method returns the value stored in the FieldSet for $field.
-
get
-
The get method returns the value stored in the FieldSet for $field.
-
get
-
Retrieves stored data specified by the given identifiers.
-
getBlue
-
Get the blue component of the color.
-
getDiscrimination
-
Return the discrimination value of the data. Discrimination is the difference between the mean value of the top 27% and the mean value of the bottom 27% calculated separately. In the case of test results the discrimination ranges from 0 to 100, so divide the result by 100 before printing.
-
getExtensionForMIMEType
-
Get the first known extension for a given MIME Type.
-
getGreen
-
Get the green component of the color.
-
getHTMLcolor
-
Returns a six-digit HTML color.
-
getMax
-
Return the maximum value of the data.
-
getMean
-
Return the mean value of the data.
-
getMedian
-
Return the median value of the data.
-
getMIMETypeForExtension
-
Get the MIME Type for a particular extension.
-
getMIMETypeForFileName
-
Get the MIME Type for the specified filename.
-
getMin
-
Return the minimum value of the data.
-
getModal
-
Return the modal (most frequent value) of the data.
-
getOsidContext
-
Return context of this OsidManager.
-
getRed
-
Get the red component of the color.
-
getRGB
-
get all three components of the color.
-
getSecondaryDiscrimination
-
Return the Discrimination of a different set in accordance to the base set.
-
getSize
-
Get the size of the list.
-
getSize
-
Get the size of the queue.
-
getStandardDeviation
-
Return the standard deviation of the data.
-
getBacktrace
-
Returns the backtrace array.
-
getCategory
-
Returns the category of the debug text.
-
getDebugItemCount
-
Returns the number of DebugItems registered.
-
getDebugItems
-
Returns an array of DebugItems, optionally limited to category $category.
-
getLevel
-
Returns the level (0-9) of the debug text.
-
getOsidContext
-
Return context of this OsidManager.
-
getOutputLevel
-
Returns the internal output level.
-
getText
-
Returns the DebugItem's text.
-
get
-
returns the value of $key
-
getKeys
-
returns an array of keys
-
getKeys
-
returns an array of keys
-
generateJavaScript
-
Returns a block of javascript code defining a function like so:
-
getRegularExpression
-
gets the regular expression
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
Note: this class takes a parameter and may have several instantiations.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRule
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRuleByArray
-
This is a static method to return an already-created instance of a validator rule. There are at most about a hundred unique rule objects in use durring any given execution cycle, but rule objects are instantiated hundreds of thousands of times.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
getRuleKey
-
Return a key that can be used to identify this Rule for caching purposes.
-
SERVICES_OBJECT
-
The name of the services variable.
-
SIMPLE_TEST
-
-
setActionsType
-
Sets the default way for how we locate actions. Action Types for particular modules can be set with setActionsTypeForModulesLocation() method.
-
setActionThread
-
Adds to the action-processing thread. If $action is executed and it returns a failure or success code, $actionOnFail will be executed afterwards if $action fails, otherwise, $actionOnSuccess will be executed (or nothing will be if this option isn't included).
-
setModulesLocation
-
Sets the location of the modules to use.
-
$sid
-
-
setCurrentAction
-
Sets the current Harmoni action.
-
setPostProcessAction
-
Sets the action to call after the browser-requested action has executed but before the output from that action is processed. The result from the previous action can be accessed as Harmoni::result.
-
startSession
-
Starts the session.
-
setHead
-
Set the 'head' html element.
-
setProperty
-
Set the value of a Property/
-
sendTo
-
Send the browser to the url specified. Location headers will be sent if possible, otherwise a javascript redirect will be printed outside of all output buffers
-
set
-
Sets $key to $value in the context-data (this data is included automatically when building new URLs). If you pass a name like "context1/context2/name", the RequestContext uses it as a context-insensitive name (ie, you are specifying the absolute namespace).
-
setModuleAction
-
Sets the module and action to request in this URL.
-
setValue
-
Sets a single value in the internal data.
-
setValues
-
Takes an associative array of name/value pairs and sets the internal data to those values, replacing any values that already exist.
-
startNamespace
-
Starts a new namespace below the current namespace. This allows for the separation of context/request variables. Namespaces can be embedded, so it is important to call
RequestContext::endNamespace().
-
StorableRecordSet.class.php
-
-
SchemaField.class.php
-
-
SchemaManager.class.php
-
-
Schema.class.php
-
-
StorablePrimitive.interface.php
-
-
Schema
-
-
Schema
-
Holds the descriptive information about a specific OKI-style DataManager Schema. Schemas define the fields available in a
Record, the number of values allowed in that field.
-
schemaExists
-
Returns TRUE/FALSE if we have a Schema for type $type.
-
SchemaField
-
Holds information about a specific field within a
Schema. Defines what type of data the field holds (string, integer, etc) and if it can have multiple values.
-
SchemaField
-
Constructor
-
SchemaManager
-
Responsible for the synchronization of
Schema classes with the database, and the creation of new Types.
-
SchemaManager
-
Constructor.
-
setActiveFlag
-
Sets if this field should be active within the
Schema.
-
setActiveFlag
-
-
setActiveFlag
-
Changes the active flag of this RecordFieldData to $active.
-
setActiveFlag
-
Changes this Records active flag.
-
setCacheMode
-
If set to true, records will be cached, otherwise not.
-
setDate
-
Sets the date reflected within our local variables to $date.
-
setFetchMode
-
INTERNAL USE ONLY: Sets the fetch mode.
-
setIndex
-
sets the index of this entry to $index.
-
setManagerFlag
-
FOR INTERNAL USE - tells this object that it was instantiated by the manager.
-
setMultFlag
-
Sets if this field is allowed to have multiple values.
-
setRequired
-
Sets if this field should be required or not.
-
setRevision
-
Sets the revision number of this schema.
-
setup
-
Sets up the services required for the DataManager, including: DataSetTypeManager,
-
setValue
-
Sets the value of $index under $label to $obj where $obj is an
SObject.
-
setValueFromPrimitive
-
Attempts to set the value of $index to $value. If the Record is version controlled, this will add a new version rather than set the existing value.
-
setValueFromPrimitive
-
Sets the local valueObject to be a reference to $object.
-
setValueFromPrimitive
-
"Sets" the value of this specific index to $value. If the Record is version controlled, a new version is added. Otherwise, the current active version is modified.
-
StorablePrimitive
-
This interface allows for the storage into a database (or other medium) the data contained in a Primitive data type.
-
storablePrimitiveClassForType
-
Returns the storable-primitive class that is associated with the given $name.
-
StorableRecordSet
-
-
StorableRecordSet
-
The StorableRecordSet allows you to store a
RecordSet in the database.
-
synchronize
-
Passed a
Schema, will make sure that the definition stored in the database reflects what is stored in the passed object.
-
SchemaSearch.class.php
-
-
SearchCriteria.interface.php
-
-
SchemaSearch
-
Limits a search to exclude all other
Schemas except the one specified.
-
SchemaSearch
-
The constructor.
-
SearchCriteria
-
Search criteria are used when fetching a large number of
Records but you want to limit those down to ones that only match certain criteria. Criteria could hypothetically be anything imaginable, as long as they can be represented within an SQL query.
-
SEARCH_TYPE_CONTAINS
-
-
SEARCH_TYPE_EQUALS
-
-
SEARCH_TYPE_GREATER_THAN
-
-
SEARCH_TYPE_GREATER_THAN_OR_EQUALS
-
-
SEARCH_TYPE_IN_LIST
-
-
SEARCH_TYPE_LESS_THAN
-
-
SEARCH_TYPE_LESS_THAN_OR_EQUALS
-
-
SEARCH_TYPE_NOT_IN_LIST
-
-
StorableBlob.class.php
-
-
StorableBoolean.class.php
-
-
StorableFloat.class.php
-
-
StorableInteger.class.php
-
-
StorableOKIType.class.php
-
-
StorableShortString.class.php
-
-
StorableString.abstract.php
-
-
StorableString.class.php
-
-
StorableTime.class.php
-
-
StorableBlob
-
-
StorableBlob
-
-
StorableBoolean
-
-
StorableFloat
-
-
StorableInteger
-
-
StorableOKIType
-
-
StorableShortString
-
-
StorableShortString
-
-
StorableString
-
-
StorableString
-
-
StorableStringAbstract
-
-
StorableTime
-
-
SelectQueryResult.interface.php
-
-
SelectQuery.class.php
-
-
SelectQuery.interface.php
-
-
SQLGenerator.interface.php
-
-
SQLUtils.static.php
-
-
SELECT
-
A constant for a SELECT query type.
-
selectDatabase
-
This method selects the default database to use in queries.
-
SelectQuery
-
The constructor initializes the query object.
-
SelectQuery
-
A SelectQuery class provides the tools to build a SELECT query.
-
SelectQueryInterface
-
A SelectQuery interface provides the tools to build an SQL SELECT query.
-
SelectQueryResultInterface
-
The SelectQueryResult interface provides the functionality common to a SELECT query result.
-
setAutoIncrementColumn
-
Sets the autoincrement column.
-
setAutoIncrementColumn
-
Sets the autoincrement column.
-
setColumns
-
Sets the columns to insert into the table.
-
setColumns
-
Sets the columns to update in the table.
-
setColumns
-
Sets the columns to update in the table.
-
setColumns
-
*Deprecated* Sets the columns to select.
-
setColumns
-
*Deprecated* Sets the columns to select.
-
setColumns
-
Sets the columns to insert into the table.
-
setDistinct
-
Specifies whether distinct rows will be returned.
-
setDistinct
-
Specifies whether distinct rows will be returned.
-
setGroupBy
-
Sets the GROUP BY and HAVING clause.
-
setGroupBy
-
Sets the GROUP BY and HAVING clause.
-
setTable
-
Sets the table to delete from.
-
setTable
-
Sets the table to update.
-
setTable
-
Sets the table to update.
-
setTable
-
Sets the table to insert into.
-
setTable
-
Sets the table to delete from.
-
setTable
-
Sets the table to insert into.
-
setValues
-
This is an alias for addRowOfValues for compatability with the UpdateQuery class.
-
setValues
-
Specifies the values that the will be assigned to the columns specified with setColumns().
-
setValues
-
Specifies the values that the will be assigned to the columns specified with setColumns().
-
setValues
-
This is an alias for addRowOfValues for compatability with the UpdateQuery class.
-
setWhere
-
*Deprecated* Specifies the condition in the WHERE clause.
-
setWhere
-
*Deprecated* Specifies the condition in the WHERE clause.
-
setWhere
-
*Deprecated* Specifies the condition in the WHERE clause.
-
setWhere
-
*Deprecated* Specifies the condition in the WHERE clause.
-
setWhere
-
*Deprecated* Specifies the condition in the WHERE clause.
-
setWhere
-
*Deprecated* Specifies the condition in the WHERE clause.
-
SQLGeneratorInterface
-
A SQLGeneratorInterface interface is the parent of all SQLGenerator objects.
-
SQLSERVER
-
A constant for the SQLSERVER database type.
-
SQLUtils
-
This is a static class that provides functions for the running of arbitrary SQL strings and files.
-
startFromRow
-
Starts the results from the specified row.
-
startFromRow
-
Starts the results from the specified row.
-
supportsTransactions
-
Return TRUE if this database supports transactions.
-
supportsTransactions
-
Return TRUE if this database supports transactions.
-
selectDatabase
-
This method selects the default database to use in queries.
-
supportsTransactions
-
Return TRUE if this database supports transactions.
-
selectDatabase
-
This method selects the default database to use in queries.
-
supportsTransactions
-
Return TRUE if this database supports transactions.
-
selectDatabase
-
This method selects the default database to use in queries.
-
supportsTransactions
-
Return TRUE if this database supports transactions.
-
StyleCollection.class.php
-
-
StyleCollection.interface.php
-
-
StyleComponent.class.php
-
-
StyleComponent.interface.php
-
-
StyleProperty.class.php
-
-
StyleProperty.interface.php
-
-
saveStyleCollections
-
Saves the Style Collections associated with the current theme
-
saveStyleComponentsForProperty
-
Saves the style components of a style property
-
saveStylePropertiesForCollection
-
Saves the style properties of a style collection with id $id
-
saveTheme
-
Saves the current theme by updating the theme settings in the database
-
saveTheme
-
Saves the theme state to the database. The theme state is saved by exporting the theme's style properties, and then serializing the output and storing it into the database. If the Theme already exists, it is merely replaced.
-
setBorderUrl
-
Set the url of the corner image
-
setComponent
-
Sets the index
-
setComponent
-
Sets the component of this
- Theme
.
-
setComponent
-
Overloads the normal
- setComponent
method - sets the Theme component to the wrapper component and adds the argument to the latter.
-
setComponent
-
Sets the component of this
- Theme
.
-
setCustom
-
Sets the level of customization for the theme
-
setDescription
-
Sets the description of this Theme.
-
setDescription
-
Sets the description of this Theme.
-
setDisplayName
-
Sets the display name of this Theme.
-
setDisplayName
-
Sets the display name of this Theme.
-
setId
-
Set the (HTML) id of this component
-
setId
-
Sets the id
-
setId
-
Sets the id
-
setId
-
Sets the id
-
setId
-
Sets the id
-
setIndex
-
Sets the Index
-
setLayout
-
Sets the
- Layout
of this container
-
setLayout
-
Sets the
- Layout
of this container
-
setPostHTML
-
Set post HTML code that needs to surround this compontent. This is used to properly nest form-tags around tables/divs to generate valid XHTML.
-
setPostHTML
-
Set post HTML code that needs to surround this compontent. This is used to properly nest form-tags around tables/divs to generate valid XHTML.
-
setPostHTMLForComponentType
-
Sets the HTML string that needs to be printed after successful rendering of components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
setPostHTMLForComponentType
-
Sets the HTML string that needs to be printed after successful rendering of components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
setPreHTML
-
Set pre HTML code that needs to surround this compontent. This is used to properly nest form-tags around tables/divs to generate valid XHTML.
-
setPreHTML
-
Set pre HTML code that needs to surround this compontent. This is used to properly nest form-tags around tables/divs to generate valid XHTML.
-
setPreHTMLForComponentType
-
Sets the HTML string that needs to be printed before an attempt is made to render components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
setPreHTMLForComponentType
-
Sets the HTML string that needs to be printed before an attempt is made to render components of the given type and index. Note: use of the PreHTML and PostHTML get/set methods is discouraged - use styles instead: see
- addStyleForComponentType()
and
- getStylesForComponentType()
.
-
setTemplate
-
Sets the template
-
setTheme
-
Sets the
Theme to use for output to the browser. $themeObject can be any Theme object that follows the
ThemeInterface.
-
setValue
-
Sets the value of this SC and validates it using the attached
- ValidatorRule
.
-
setValue
-
Sets the value of this SC and validates it using the attached
- ValidatorRule
.
-
STANDARD_BLOCK
-
A constant defining the BLOCK indexes.
-
StyleCollection
-
A StyleCollection is one of the tree building pieces of CSS styles. As the name suggests it handles a collection of StyleProperties.
-
StyleCollection
-
The constructor.
-
StyleCollectionInterface
-
A StyleCollection is one of the tree building pieces of CSS styles. As the name suggests it handles a collection of StyleProperties.
-
StyleComponent
-
The constructor.
-
StyleComponent
-
This
- StyleComponent
generic class is the base for all the other
- StyleComponents
. It is up to the user to provide all the necessary data (display name, description, the ValidatorRule, the value of the SC, etc.)
-
StyleComponentInterface
-
The
- StyleComponent
(SC) is the most basic of the three building pieces
-
StyleProperty
-
This StyleProperty generic class allows one to create a StyleProperty of arbitrary nature from scratch. It has no default StyleComponents attached.
-
StyleProperty
-
The constructor.
-
StylePropertyInterface
-
A StyleProperty (SP) is one of the tree building pieces of CSS styles. It stores information about a single CSS style property by storing one or more
- StyleComponents
.
-
SUB_MENU
-
A constant defining the MENU component type.
-
SubMenu.class.php
-
-
select
-
Selects the
- MenuItem
with the given id, and deselects the one that was previoiusly selected. Ids reflect the order in which menu items are added. That is, the very first menu item has an id of 1, the second menu item has an id of 2, and so forth.
-
select
-
Selects the
- MenuItem
with the given id, and deselects all the others. Ids reflect the order in which menu items are added. That is, the very first menu item has an id of 1, the second menu item has an id of 2, and so forth.
-
setAccessKey
-
Sets the access key character (shortcut) for this menu item.
-
setDisplayName
-
Sets the display name of this menu item.
-
setDisplayName
-
Sets the display name of this menu item.
-
setDisplayName
-
Sets the display name of this menu item.
-
setDisplayName
-
Sets the display name of this menu item.
-
setSelected
-
Sets the selected state of this menu item.
-
setTarget
-
Sets the target window for this menu item.
-
setToolTip
-
Sets the toolTip text for this menu item.
-
setURL
-
Sets the URL of this menu item.
-
SubMenu
-
The constructor.
-
SubMenu
-
<##>
-
sample_page1.php
-
-
sample_page2.php
-
-
sample_page.php
-
-
StyleSelector.class.php
-
-
StyleSelector.interface.php
-
-
StyleSelector
-
The constructor.
-
StyleSelector
-
This is a generic
- StyleSelector
implementation allowing one to create an arbitrary selector. The syntax is not validated and thus
- canBeApplied()
returns
- false
.
-
StyleSelectorInterface
-
A
- StyleSelector
is an object that enables the user to create and possibly parse CSS selectors.
-
setRenderDirection
-
Set the direction of component rendering from the default of Left-Right/Top-Bottom.
-
setRenderDirection
-
Set the direction of component rendering from the default of Left-Right/Top-Bottom.
-
setRenderDirection
-
Set the direction of component rendering from the default of Left-Right/Top-Bottom.
-
setTdStyles
-
Set the tdStyles
-
SimpleLinesTheme.class.php
-
-
SimpleTheme1.class.php
-
-
SimpleTheme.class.php
-
-
SimpleLinesTheme
-
The constructor. All initialization and Theme customization is performed here.
-
SimpleLinesTheme
-
A very basic theme based on simple borders and colored blocks.
-
SimpleTheme
-
A simple theme with rounded boxes.
-
SimpleTheme
-
The constructor. All initialization and Theme customization is performed here.
-
SimpleTheme1
-
The constructor. All initialization and Theme customization is performed here.
-
SimpleTheme1
-
A very basic theme based on simple borders and colored blocks.
-
setCodeset
-
Sets the codeset to use for charactor encoding. UTF-8 is used by default.
-
setLanguage
-
Sets the language to use for getting data to $language.
-
storeProperties
-
A public function that stores all of the properties of the property object sent to it.
-
SQLDatabaseAuthNMethod.class.php
-
-
SQLDatabaseMD5UsernamePasswordAuthNTokens.class.php
-
-
SQLDatabaseSHA1UsernamePasswordAuthNTokens.class.php
-
-
setType
-
Set the Type of this AuthNMethod. This should only be used by the AuthNMethod manager, not classes outside of this package.
-
SQLDatabaseAuthNMethod
-
The SQLDatabaseAuthNMethod is used to authenticate against a SQL database.
-
SQLDatabaseMD5UsernamePasswordAuthNTokens
-
This UserNamePasswordAuthNTokens class encrypts the password passed to it using the database's MD5 function.
-
SQLDatabaseSHA1UsernamePasswordAuthNTokens
-
This UserNamePasswordAuthNTokens class encrypts the password passed to it using the database's SHA1 function.
-
supportsDirectory
-
Answer TRUE if this AuthN method supports directory functionality
-
supportsDirectory
-
Answer TRUE if this AuthN method supports directory functionality
-
supportsPropertyUpdates
-
Return TRUE if this method supports property updates.
-
supportsPropertyUpdates
-
Return TRUE if this method supports property updates.
-
supportsTokenAddition
-
Return TRUE if this method supports token addition.
-
supportsTokenAddition
-
Return TRUE if this method supports token addition.
-
supportsTokenDeletion
-
Return TRUE if this method supports token deletion.
-
supportsTokenDeletion
-
Return TRUE if this method supports token deletion.
-
supportsTokenUpdates
-
Return TRUE if this method supports token updates.
-
supportsTokenUpdates
-
Return TRUE if this method supports token updates.
-
supportsDesign
-
This method indicates whether this implementation supports AuthorizationManager methods: createFunction, deleteFunction. Function methods: updateDescription, updateDisplayName.
-
supportsMaintenance
-
This method indicates whether this implementation supports
-
supportsUpdate
-
This method indicates whether this implementation supports
-
supportsMaintenance
-
This method indicates whether this implementation supports
-
SearchEntryIterator.class.php
-
-
SearchEntryIterator
-
Constructor
-
SearchEntryIterator
-
EntryIterator provides access to these objects sequentially, one at a time.
-
setBacktrace
-
Set the backtrace HTML
-
skipNext
-
Skips the next item in the iterator
-
supportsReading
-
This method indicates whether this implementation supports the ReadableLog interface and the LoggingManager methods: getLogForReading and getLogNamesForReading.
-
save
-
Saves this object to persistable storage.
-
save
-
Saves this object to persistable storage.
-
save
-
Saves this object to persistable storage.
-
supportsUpdate
-
This method indicates whether this implementation supports Repository
-
supportsVersioning
-
This method indicates whether this implementation supports Repository methods getAssetsDates() and getAssetByDate()
-
SearchModule.interface.php
-
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
searchAssets
-
Get the ids of the assets that match the search criteria
-
SearchModuleInterface
-
Search Modules implement the functionality of searching the digital repository
-
skipNext
-
Skips the next item in the iterator
-
skipNext
-
Skips the next item in the iterator
-
SObject.class.php
-
-
shallowCopy
-
Answer a copy of the receiver which shares the receiver's instance variables.
-
SObject
-
SObject (Squeak/Smalltalk-like object).
-
$seconds
-
-
$seconds
-
-
$start
-
-
Schedule.class.php
-
-
Schedule
-
I represent a powerful class for implementing recurring schedules.
-
second
-
Answer the second (0-59)
-
second
-
Answer the second (0-59)
-
seconds
-
Answer the number of seconds the receiver represents.
-
SecondsInDay
-
Number of seconds in a day
-
SecondsInHour
-
Number of seconds in an hour
-
SecondsInMinute
-
Number of seconds in a minute
-
setDuration
-
Set the Duration of this timespan
-
setSchedule
-
Set the schedule
-
setSeconds
-
Set our seconds
-
setStart
-
Store the start DateAndTime of this timespan
-
SqueakEpoch
-
Julian day number of 1 Jan 1901
-
start
-
Answer the start DateAndTime of this timespan
-
startDay
-
Answer the day at the start of the week
-
starting
-
Create a new object starting now, with zero duration
-
starting
-
Create a new object starting now, with zero duration
-
starting
-
Create a new object starting now
-
starting
-
Create a new object starting now, with zero duration
-
starting
-
Create a new object starting now, with zero duration
-
starting
-
Create a new object starting now, with our default one day duration
-
startingDuration
-
Create a new object starting now, with a given duration.
-
startingDuration
-
Create a new object starting from midnight
-
startingDuration
-
Create a new object starting now, with a given duration.
-
startingDuration
-
Create a new object
-
startingDuration
-
Create a new object starting from midnight
-
startingDuration
-
Create a new object starting now, with a given duration.
-
startingEnding
-
Create a new object with given start and end DateAndTimes
-
startingEnding
-
Create a new object with given start and end DateAndTimes
-
startingEnding
-
Create a new object with given start and end DateAndTimes
-
startingEnding
-
Create a new object with given start and end DateAndTimes
-
startingEnding
-
Create a new object with given start and end DateAndTimes
-
startMonth
-
Answer the month represented by the receiver.
-
startMonthAbbreviation
-
Answer the month represented by the receiver.
-
startMonthIndex
-
Answer the month represented by the receiver.
-
startMonthName
-
Answer the month represented by the receiver.
-
startYear
-
Answer the year represented by the receiver.
-
string12
-
Format is 'h:mm:ss am' or, if showSeconds is false, 'h:mm am'
-
string24
-
Format is 'hh:mm:ss' or, if showSeconds is false, 'hh:mm'
-
subtractDays
-
Answer the date that occurs $anInteger days before this date
-
subtractTime
-
Answer a Time that is timeInterval before the receiver. timeInterval is an instance of Date or Time.
-
$second
-
-
StringParser.class.php
-
-
second
-
Answer the second or NULL.
-
setDay
-
Set the day
-
setDay
-
To allow for very large days, override setDay to not use intval(). and to just leave the days as a string for now.
-
setHour
-
Set the hour
-
setMinute
-
Set the minute
-
setMonth
-
Set the month
-
setOffsetHour
-
Set the hour offset from UTC
-
setOffsetMinute
-
Set the minute offset from UTC
-
setOffsetSecond
-
Set the second offset from UTC
-
setSecond
-
Set the second
-
setYear
-
Set the year
-
setYear
-
Set the year
-
StringParser
-
Create a new parser with the given input string.
-
StringParser
-
StringParser and its decendent classes form a Strategy pattern. They classes that each implement a differnt method (strategy) for parsing strings into dates and times.
-
String.class.php
-
-
String
-
-
String
-
A simple String data type.
-
stripTagsAndTrim
-
Trim the passed text to a shorter length, stripping the HTML tags
-
suffixForPower
-
Answer the string suffix for the desired muliple of 2^10 bytes i.e. 0 -> B, 10 -> kB, 20 -> MB, 30 -> GB, etc.
-
services.cfg.php
-
-
Services.abstract.php
-
-
Services.class.php
-
-
Services.interface.php
-
-
serviceAvailable
-
Checks if the service referenced by $name is available for use.
-
serviceAvailable
-
Checks if the service referenced by $name is available for use.
-
serviceRunning
-
Checks if the service referenced by $name has been started.
-
serviceRunning
-
Checks if the service referenced by $name has been started.
-
Services
-
The constructor.
-
Services
-
The Services class handles starting, stopping, registering, etc of any available services.
-
ServicesAbstract
-
The ServicesAbstract class defines the public static methods used by users.
-
ServicesInterface
-
The ServicesInterface defines the functionality required by any Services class or derivative.
-
start
-
Attempts to start the service referenced by $name.
-
start
-
Attempts to start the service referenced by $name.
-
startAll
-
Cycles through all registered services and attempts to start them.
-
startAll
-
Cycles through all registered services and attempts to start them.
-
startAllServices
-
Cycles through all registered services and attempts to start them.
-
startAllServices
-
Cycles through all registered services and attempts to start them.
-
startManager
-
Attempts to start the manager referenced by $name. The manager must extend OsidManager And assign its context and configuration.
-
startManagerAsService
-
Attempts to start the manager referenced by $name. The manager must extend OsidManager And assign its context and configuration.
-
startService
-
Attempts to start the service referenced by $name.
-
startService
-
Attempts to start the service referenced by $name.
-
stop
-
Attempts to stop the service reference by $name.
-
stop
-
Attempts to stop the service reference by $name.
-
stopAll
-
Attempts to stop all running services.
-
stopAll
-
Attempts to stop all running services.
-
stopAllServices
-
Attempts to stop all running services.
-
stopAllServices
-
Attempts to stop all running services.
-
stopService
-
Attempts to stop the service reference by $name.
-
stopService
-
Attempts to stop the service reference by $name.
-
SetManager.class.php
-
-
SetManager
-
The constructor
-
SetManager
-
The SetManager maintains a configuration and retreives Sets with that configuration.
-
StructuredMetaDataTagGenerator.class.php
-
-
setOccurances
-
Set the number of occurances
-
setOccurancesForAgent
-
Set the number of occurances
-
shouldGenerateTagsForPartStructure
-
Answer true if the PartStructure should have tags auto-generated for it in the given repository.
-
skipNext
-
Skip the next Item
-
skipNext
-
Skips the next item in the iterator
-
StructuredMetaDataTagGenerator
-
This is a singleton class that handles auto-generation of tags from structured metadata
-
StructuredMetaDataTagGenerator
-
The constructor.
-
SObject.class.php
-
-
StatisticsHandler.class.php
-
-
StatusStars.class.php
-
-
set
-
The set method sets the value for a field while checking constrictions.
-
set
-
-
set
-
The set method sets the value for a field while checking constrictions.
-
set
-
The set method sets the value for a field while checking constrictions.
-
setBlue
-
set the blue component of the color.
-
setExtension
-
-
setGreen
-
set the green component of the color.
-
setRed
-
set the red component of the color.
-
setRGB
-
set all three components of the color.
-
shiftBlue
-
Shift the red component by a certain amount.
-
shiftGreen
-
Shift the green component by a certain amount.
-
shiftRed
-
Shift the red component by a certain amount.
-
start
-
-
start
-
-
startBlock
-
Start a new line
-
startBlock
-
Start a new line
-
StatisticsHandler
-
Create a Add a handler with given information.
-
StatisticsHandler
-
An interface to calculate various statistical information.
-
StatusStars
-
This lovely little class will print a semi-accurate series of asterisks as a
-
StatusStars
-
Constructor
-
store
-
Stores an object.
-
swap
-
Swap two elements in the list.
-
setBacktrace
-
Sets this Item's debug backtrace array.
-
setOutputLevel
-
Sets the internal output level to $level. This can be overridden at output time.
-
set
-
sets the value associated with $key to $val
-
set
-
sets the value associated with $key to $val
-
setFieldSet
-
sets the fieldset object to use to $fieldset
-
setRuleSet
-
sets the ruleset object to use to $ruleset
-
StringValidatorRule.class.php
-
-
StringValidatorRule
-
the StringValidatorRule checks a given value to make sure it's string