ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.

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 }

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

Member Function Documentation

◆ getAccess()

arIndexTableAction::getAccess ( )
Returns
string

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

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

References $access.

◆ getActions()

arIndexTableAction::getActions ( )
Returns
\stdClass

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.

101 {
102 return $this->id;
103 }

References $id.

Referenced by arIndexTableActions\addAction().

+ Here is the caller graph for this function:

◆ getTargetClass()

arIndexTableAction::getTargetClass ( )
Returns
string

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

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

References $target_class.

◆ getTargetCmd()

arIndexTableAction::getTargetCmd ( )
Returns
string

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

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

References $target_cmd.

◆ getTitle()

arIndexTableAction::getTitle ( )
Returns
string

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

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

References $title.

◆ setAccess()

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

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

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

References $access.

◆ 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.

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

References $id.

◆ setTargetClass()

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

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

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

References $target_class.

◆ setTargetCmd()

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

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

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

References $target_cmd.

◆ setTitle()

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

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

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

References $title.

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: