templates/tests/schemaTest.php
Properties
 
Description
Tests the lamdaemon script.
Functions
checkSchemaForModule(
          String
             
            $name,
          String
             
            $type,
          
          )
        
        :
        String
Description
Checks if the object classes and attributes for this module are available.Arguments
| Name | Type | Description | Default | 
| $name | String | module name |  | 
| $type | String | type (user, group, ...) |  | 
Return value
| Type | Description | 
| String | error message or null | 
 
getRecursiveAttributesFromObjectClass(
          \ObjectClass
             
            $oClass,
          
          )
        
        :
        array
Description
Returns the names of all attributes which are managed by the given object class and its parents.Arguments
| Name | Type | Description | Default | 
| $oClass | \ObjectClass | object class |  | 
Return value
| Type | Description | 
| array | list of attribute names |