ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
SuperiorPositionId.php
Go to the documentation of this file.
1<?php
2
4
6
13{
14
20 protected function run(array $params)
21 {
23 }
24
25
29 public function getName()
30 {
31 return "getSuperiorPositionId";
32 }
33
34
38 protected function getAdditionalInputParams()
39 {
40 return array();
41 }
42
43
47 public function getOutputParams()
48 {
49 return array('position_id' => Base::TYPE_INT);
50 }
51
52
56 public function getDocumentation()
57 {
58 return "Returns the id of the default position 'Superior'";
59 }
60}
An exception for terminatinating execution or to throw for unit testing.
getDocumentation()
Get the documentation of this method.string
getOutputParams()
Get the output parameters in the same format as the input parameters.array
Class ilOrgUnitPosition.
static getCorePositionId($core_identifier)