| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilExternalAuthUserAttributeMapping:
 Collaboration diagram for ilExternalAuthUserAttributeMapping:Public Member Functions | |
| __construct (string $authMode, int $authSourceId=0) | |
| getAuthSourceId () | |
| setAuthSourceId (int $authSourceId) | |
| getAuthMode () | |
| setAuthMode (string $authMode) | |
| getEmptyRule () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| count () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| save () | |
| delete () | |
Protected Member Functions | |
| read () | |
Protected Attributes | |
| ilDBInterface | $db | 
| string | $authMode | 
| int | $authSourceId | 
| array | $mapping = [] | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilExternalAuthUserAttributeMapping
Definition at line 25 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::__construct | ( | string | $authMode, | 
| int | $authSourceId = 0  | 
        ||
| ) | 
Definition at line 33 of file class.ilExternalAuthUserAttributeMapping.php.
References $DIC, read(), setAuthMode(), and setAuthSourceId().
 Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::count | ( | ) | 
Definition at line 93 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::current | ( | ) | 
Definition at line 98 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by valid().
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::delete | ( | ) | 
Definition at line 160 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), and getAuthSourceId().
 Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::getAuthMode | ( | ) | 
Definition at line 54 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by delete(), read(), and save().
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::getAuthSourceId | ( | ) | 
Definition at line 44 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by delete(), read(), and save().
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::getEmptyRule | ( | ) | 
Definition at line 64 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by read().
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::key | ( | ) | 
Definition at line 108 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::next | ( | ) | 
Definition at line 103 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::offsetExists | ( | $offset | ) | 
Definition at line 69 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by offsetGet().
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::offsetGet | ( | $offset | ) | 
Definition at line 74 of file class.ilExternalAuthUserAttributeMapping.php.
References offsetExists().
 Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::offsetSet | ( | $offset, | |
| $value | |||
| ) | 
Definition at line 79 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::offsetUnset | ( | $offset | ) | 
Definition at line 88 of file class.ilExternalAuthUserAttributeMapping.php.
      
  | 
  protected | 
Definition at line 123 of file class.ilExternalAuthUserAttributeMapping.php.
References $res, getAuthMode(), getAuthSourceId(), and getEmptyRule().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::rewind | ( | ) | 
Definition at line 118 of file class.ilExternalAuthUserAttributeMapping.php.
| ilExternalAuthUserAttributeMapping::save | ( | ) | 
Definition at line 142 of file class.ilExternalAuthUserAttributeMapping.php.
References getAuthMode(), getAuthSourceId(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilExternalAuthUserAttributeMapping::setAuthMode | ( | string | $authMode | ) | 
Definition at line 59 of file class.ilExternalAuthUserAttributeMapping.php.
References $authMode.
Referenced by __construct().
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::setAuthSourceId | ( | int | $authSourceId | ) | 
Definition at line 49 of file class.ilExternalAuthUserAttributeMapping.php.
References $authSourceId.
Referenced by __construct().
 Here is the caller graph for this function:| ilExternalAuthUserAttributeMapping::valid | ( | ) | 
Definition at line 113 of file class.ilExternalAuthUserAttributeMapping.php.
References current().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 28 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthMode(), and setAuthMode().
      
  | 
  protected | 
Definition at line 29 of file class.ilExternalAuthUserAttributeMapping.php.
Referenced by getAuthSourceId(), and setAuthSourceId().
      
  | 
  protected | 
Definition at line 27 of file class.ilExternalAuthUserAttributeMapping.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilExternalAuthUserAttributeMapping.php.