|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilOrguAuthority. More...
Inheritance diagram for ilOrgUnitAuthority:
Collaboration diagram for ilOrgUnitAuthority:Static Public Member Functions | |
| static | getScopes () |
| static | returnDbTableName () |
| static | replaceNameRenderer (Closure $closure) |
Static Public Member Functions inherited from ActiveRecord | |
| static | returnDbTableName () |
| static | installDB () |
| static | renameDBField ($old_name, $new_name) |
| static | tableExists () |
| static | fieldExists ($field_name) |
| static | removeDBField ($field_name) |
| static | updateDB () |
| static | resetDB () |
| static | truncateDB () |
| static | flushDB () |
| static | preloadObjects () |
| static | additionalParams (array $additional_params) |
| static | findOrFail ($primary_key, array $add_constructor_args=array()) |
| Tries to find the object and throws an Exception if object is not found, instead of returning null. More... | |
| static | findOrGetInstance ($primary_key, array $add_constructor_args=array()) |
| static | where ($where, $operator=null) |
| static | innerjoinAR (ActiveRecord $ar, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
| static | innerjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
| static | leftjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
| static | orderBy ($orderBy, $orderDirection='ASC') |
| static | dateFormat ($date_format='d.m.Y - H:i:s') |
| static | limit ($start, $end) |
| static | affectedRows () |
| static | count () |
| static | get () |
| static | debug () |
| static | first () |
| static | getCollection () |
| static | last () |
| static | getFirstFromLastQuery () |
| static | connector (arConnector $connector) |
| static | raw ($set_raw=true) |
| static | getArray ($key=null, $values=null) |
| static | _toCamelCase ($str, $capitalise_first_char=false) |
Data Fields | |
| const | FIELD_OVER = 'over' |
| const | OVER_EVERYONE = -1 |
| const | POSITION_ID = "position_id" |
| const | SCOPE_SAME_ORGU = 1 |
| const | SCOPE_SUBSEQUENT_ORGUS = 2 |
| const | SCOPE_ALL_ORGUS = 3 |
Data Fields inherited from ActiveRecord | |
| const | ACTIVE_RECORD_VERSION = '2.0.7' |
Protected Attributes | |
| $id = 0 | |
| $over = self::OVER_EVERYONE | |
| $scope = self::SCOPE_SAME_ORGU | |
| $position_id = 0 | |
Protected Attributes inherited from ActiveRecord | |
| $ar_safe_read = true | |
| $connector_container_name = '' | |
Static Protected Attributes | |
| static | $scopes |
| static | $name_render |
Additional Inherited Members | |
Protected Member Functions inherited from ActiveRecord | |
| serializeToCSV ($field) | |
| This method is called for every field of your instance if you use __asCsv. More... | |
| installDatabase () | |
Static Protected Member Functions inherited from ActiveRecord | |
| static | getCalledClass () |
| static | fromCamelCase ($str) |
Class ilOrguAuthority.
Definition at line 10 of file class.ilOrgUnitAuthority.php.
| ilOrgUnitAuthority::__construct | ( | $primary_key = 0, |
|
| \arConnector | $connector = null |
||
| ) |
ilOrgUnitAuthority constructor.
| int | $primary_key | |
| \arConnector | null | $connector |
Definition at line 94 of file class.ilOrgUnitAuthority.php.
References $id, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilOrgUnitAuthority::__toArray | ( | ) |
Definition at line 128 of file class.ilOrgUnitAuthority.php.
References getId(), getOver(), getPositionId(), and getScope().
Here is the call graph for this function:| ilOrgUnitAuthority::__toString | ( | ) |
Definition at line 117 of file class.ilOrgUnitAuthority.php.
References $name_render, and getId().
Here is the call graph for this function:| ilOrgUnitAuthority::getId | ( | ) |
Definition at line 142 of file class.ilOrgUnitAuthority.php.
References $id.
Referenced by __toArray(), and __toString().
Here is the caller graph for this function:| ilOrgUnitAuthority::getOver | ( | ) |
Definition at line 160 of file class.ilOrgUnitAuthority.php.
References $over.
Referenced by __toArray().
Here is the caller graph for this function:| ilOrgUnitAuthority::getPositionId | ( | ) |
Definition at line 206 of file class.ilOrgUnitAuthority.php.
References $position_id.
Referenced by __toArray().
Here is the caller graph for this function:| ilOrgUnitAuthority::getScope | ( | ) |
Definition at line 180 of file class.ilOrgUnitAuthority.php.
References $scope.
Referenced by __toArray().
Here is the caller graph for this function:
|
static |
Definition at line 32 of file class.ilOrgUnitAuthority.php.
References $scopes.
Referenced by ilOrgUnitPositionFormGUI\initFormElements().
Here is the caller graph for this function:
|
static |
| \Closure | $closure |
Definition at line 108 of file class.ilOrgUnitAuthority.php.
|
static |
Reimplemented from ActiveRecord.
Definition at line 41 of file class.ilOrgUnitAuthority.php.
| ilOrgUnitAuthority::setId | ( | $id | ) |
| ilOrgUnitAuthority::setOver | ( | $over | ) |
This is either an ID of a position or ilOrgUnitAuthority::OVER_EVERYONE.
| int | $over |
Definition at line 171 of file class.ilOrgUnitAuthority.php.
References $over.
| ilOrgUnitAuthority::setPositionId | ( | $position_id | ) |
| int | $position_id |
Definition at line 215 of file class.ilOrgUnitAuthority.php.
References $position_id.
| ilOrgUnitAuthority::setScope | ( | $scope | ) |
This is either ilOrgUnitAuthority::SCOPE_SAME_ORGU, ilOrgUnitAuthority::SCOPE_ALL_ORGUS or ilOrgUnitAuthority::SCOPE_SUBSEQUENT_ORGUS.
| int | $scope |
Definition at line 194 of file class.ilOrgUnitAuthority.php.
References $scope.
|
protected |
Definition at line 57 of file class.ilOrgUnitAuthority.php.
Referenced by __construct(), getId(), and setId().
|
staticprotected |
Definition at line 85 of file class.ilOrgUnitAuthority.php.
Referenced by __toString().
|
protected |
Definition at line 65 of file class.ilOrgUnitAuthority.php.
|
protected |
Definition at line 81 of file class.ilOrgUnitAuthority.php.
Referenced by getPositionId(), and setPositionId().
|
protected |
Definition at line 73 of file class.ilOrgUnitAuthority.php.
Referenced by getScope(), and setScope().
|
staticprotected |
Definition at line 21 of file class.ilOrgUnitAuthority.php.
Referenced by getScopes().
| const ilOrgUnitAuthority::FIELD_OVER = 'over' |
Definition at line 12 of file class.ilOrgUnitAuthority.php.
Referenced by ilOrgUnitPosition\getDependentAuthorities().
| const ilOrgUnitAuthority::OVER_EVERYONE = -1 |
Definition at line 13 of file class.ilOrgUnitAuthority.php.
Referenced by ilOrgUnitPositionAccess\filterUserIdsByPositionOfUser(), and ilOrgUnitPositionFormGUI\initFormElements().
| const ilOrgUnitAuthority::POSITION_ID = "position_id" |
Definition at line 14 of file class.ilOrgUnitAuthority.php.
Referenced by ilOrgUnitPosition\afterObjectLoad().
| const ilOrgUnitAuthority::SCOPE_ALL_ORGUS = 3 |
Definition at line 17 of file class.ilOrgUnitAuthority.php.
| const ilOrgUnitAuthority::SCOPE_SAME_ORGU = 1 |
Definition at line 15 of file class.ilOrgUnitAuthority.php.
Referenced by ilOrgUnitPositionAccess\filterUserIdsByPositionOfUser().
| const ilOrgUnitAuthority::SCOPE_SUBSEQUENT_ORGUS = 2 |
Definition at line 16 of file class.ilOrgUnitAuthority.php.
Referenced by ilOrgUnitPositionAccess\filterUserIdsByPositionOfUser().