| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function load() |
||
| 19 | { |
||
| 20 | //$source = $this->object->get_parameter($this->config['storage']['domain'], $this->config['storage']['name']); |
||
| 21 | $source = $this->object->get_privilege( |
||
| 22 | $this->config['type_config']['privilege_name'], |
||
| 23 | $this->config['type_config']['assignee'], |
||
| 24 | $this->config['type_config']['classname'] |
||
| 25 | ); |
||
| 26 | |||
| 27 | return $source->__get('value'); |
||
| 28 | } |
||
| 29 | |||
| 48 | } |