ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
arIndexTableAction Class Reference

GUI-Class arIndexTableAction. More...

+ Collaboration diagram for arIndexTableAction:

Public Member Functions

 __construct ($id, $title, $target_class, $target_cmd, $access=null)
 
 setAccess ($access)
 
 getAccess ()
 
 setActions ($actions)
 
 getActions ()
 
 setId ($id)
 
 getId ()
 
 setTargetClass ($target_class)
 
 getTargetClass ()
 
 setTargetCmd ($target_cmd)
 
 getTargetCmd ()
 
 setTitle ($title)
 
 getTitle ()
 

Protected Attributes

 $id = 0
 
 $title = ""
 
 $target_class = ""
 
 $target_cmd = ""
 
 $access = ""
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

arIndexTableAction::__construct (   $id,
  $title,
  $target_class,
  $target_cmd,
  $access = null 
)
Parameters
$id
$title
$target_class
$target_cmd
null$access

Definition at line 42 of file class.arIndexTableAction.php.

References $access, $id, $target_class, $target_cmd, and $title.

43  {
44  $this->id = $id;
45  $this->title = $title;
46  $this->target_class = $target_class;
47  $this->target_cmd = $target_cmd;
48  $this->access = $access;
49  }

Member Function Documentation

◆ getAccess()

arIndexTableAction::getAccess ( )
Returns
string

Definition at line 64 of file class.arIndexTableAction.php.

References $access.

65  {
66  return $this->access;
67  }

◆ getActions()

arIndexTableAction::getActions ( )
Returns

Definition at line 82 of file class.arIndexTableAction.php.

83  {
84  return $this->actions;
85  }

◆ getId()

arIndexTableAction::getId ( )
Returns
int

Definition at line 100 of file class.arIndexTableAction.php.

References $id.

Referenced by arIndexTableActions\addAction().

101  {
102  return $this->id;
103  }
+ Here is the caller graph for this function:

◆ getTargetClass()

arIndexTableAction::getTargetClass ( )
Returns
string

Definition at line 118 of file class.arIndexTableAction.php.

References $target_class.

119  {
120  return $this->target_class;
121  }

◆ getTargetCmd()

arIndexTableAction::getTargetCmd ( )
Returns
string

Definition at line 136 of file class.arIndexTableAction.php.

References $target_cmd.

137  {
138  return $this->target_cmd;
139  }

◆ getTitle()

arIndexTableAction::getTitle ( )
Returns
string

Definition at line 154 of file class.arIndexTableAction.php.

References $title.

155  {
156  return $this->title;
157  }

◆ setAccess()

arIndexTableAction::setAccess (   $access)
Parameters
string$access

Definition at line 55 of file class.arIndexTableAction.php.

References $access.

56  {
57  $this->access = $access;
58  }

◆ setActions()

arIndexTableAction::setActions (   $actions)
Parameters
\stdClass$actions

Definition at line 73 of file class.arIndexTableAction.php.

74  {
75  $this->actions = $actions;
76  }

◆ setId()

arIndexTableAction::setId (   $id)
Parameters
int$id

Definition at line 91 of file class.arIndexTableAction.php.

References $id.

92  {
93  $this->id = $id;
94  }

◆ setTargetClass()

arIndexTableAction::setTargetClass (   $target_class)
Parameters
string$target_class

Definition at line 109 of file class.arIndexTableAction.php.

References $target_class.

110  {
111  $this->target_class = $target_class;
112  }

◆ setTargetCmd()

arIndexTableAction::setTargetCmd (   $target_cmd)
Parameters
string$target_cmd

Definition at line 127 of file class.arIndexTableAction.php.

References $target_cmd.

128  {
129  $this->target_cmd = $target_cmd;
130  }

◆ setTitle()

arIndexTableAction::setTitle (   $title)
Parameters
string$title

Definition at line 145 of file class.arIndexTableAction.php.

References $title.

146  {
147  $this->title = $title;
148  }

Field Documentation

◆ $access

arIndexTableAction::$access = ""
protected

Definition at line 32 of file class.arIndexTableAction.php.

Referenced by __construct(), getAccess(), and setAccess().

◆ $id

arIndexTableAction::$id = 0
protected

Definition at line 16 of file class.arIndexTableAction.php.

Referenced by __construct(), getId(), and setId().

◆ $target_class

arIndexTableAction::$target_class = ""
protected

Definition at line 24 of file class.arIndexTableAction.php.

Referenced by __construct(), getTargetClass(), and setTargetClass().

◆ $target_cmd

arIndexTableAction::$target_cmd = ""
protected

Definition at line 28 of file class.arIndexTableAction.php.

Referenced by __construct(), getTargetCmd(), and setTargetCmd().

◆ $title

arIndexTableAction::$title = ""
protected

Definition at line 20 of file class.arIndexTableAction.php.

Referenced by __construct(), getTitle(), and setTitle().


The documentation for this class was generated from the following file: