ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
SuperiorPositionId.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
12 class SuperiorPositionId extends Base
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 }
static getCorePositionId($core_identifier)
getOutputParams()
Get the output parameters in the same format as the input parameters.array
getDocumentation()
Get the documentation of this method.string