ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
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 41 of file class.arIndexTableAction.php.

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

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

Member Function Documentation

◆ getAccess()

arIndexTableAction::getAccess ( )
Returns
string

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

61 {
62 return $this->access;
63 }

References $access.

◆ getActions()

arIndexTableAction::getActions ( )
Returns
\stdClass

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

77 {
78 return $this->actions;
79 }

◆ getId()

arIndexTableAction::getId ( )
Returns
int

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

93 {
94 return $this->id;
95 }

References $id.

Referenced by arIndexTableActions\addAction().

+ Here is the caller graph for this function:

◆ getTargetClass()

arIndexTableAction::getTargetClass ( )
Returns
string

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

109 {
110 return $this->target_class;
111 }

References $target_class.

◆ getTargetCmd()

arIndexTableAction::getTargetCmd ( )
Returns
string

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

125 {
126 return $this->target_cmd;
127 }

References $target_cmd.

◆ getTitle()

arIndexTableAction::getTitle ( )
Returns
string

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

141 {
142 return $this->title;
143 }

References $title.

◆ setAccess()

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

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

53 {
54 $this->access = $access;
55 }

References $access.

◆ setActions()

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

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

69 {
70 $this->actions = $actions;
71 }

◆ setId()

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

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

85 {
86 $this->id = $id;
87 }

References $id.

◆ setTargetClass()

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

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

101 {
102 $this->target_class = $target_class;
103 }

References $target_class.

◆ setTargetCmd()

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

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

117 {
118 $this->target_cmd = $target_cmd;
119 }

References $target_cmd.

◆ setTitle()

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

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

133 {
134 $this->title = $title;
135 }

References $title.

Field Documentation

◆ $access

arIndexTableAction::$access = ""
protected

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

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

◆ $id

arIndexTableAction::$id = 0
protected

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

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

◆ $target_class

arIndexTableAction::$target_class = ""
protected

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

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

◆ $target_cmd

arIndexTableAction::$target_cmd = ""
protected

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

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

◆ $title

arIndexTableAction::$title = ""
protected

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

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


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