lib/modules/pykotaUserStructural.inc

Properties

Description

Manages PyKota user accounts.

This module is used when the structural object class pykotaObject should be used.

Classes

pykotaUserStructural

Properties

 
 
modules  
No 
No 

Description

Manages PyKota user accounts.
It implements the complete module interface and uses meta-data provided by the account modules for its functions.

Location and naming of modules
All LAM modules are placed in lib/modules/ and are named ".inc". E.g. if you create a new module and its class name is "qmail" then the filename would be "qmail.inc". The class name of a module must contain only a-z, A-Z, 0-9, -, and _.

You can avoid to override many functions by using {@link get_metaData()}.

All module classes should extend the baseModule class.

Methods

get_metaData, isStructural,

get_metaData( ) : array

Description

Returns meta data that is interpreted by parent class

Return value

Type Description
array array with meta data

Tags

Name Description
see

isStructural( ) : boolean

Description

Returns if this module also manages the structural object class pykotaObject.
This is overridden by a submodule that must provide the structural object class.

Return value

Type Description
boolean structural usage
Documentation was generated by phpDocumentor 2.1.0 .

Namespaces

  • global

    Packages