ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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.

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

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  }

Member Function Documentation

◆ getAccess()

arIndexTableAction::getAccess ( )
Returns
string

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

References $access.

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

◆ getActions()

arIndexTableAction::getActions ( )
Returns

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.

References $id.

Referenced by arIndexTableActions\addAction().

93  {
94  return $this->id;
95  }
+ Here is the caller graph for this function:

◆ getTargetClass()

arIndexTableAction::getTargetClass ( )
Returns
string

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

References $target_class.

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

◆ getTargetCmd()

arIndexTableAction::getTargetCmd ( )
Returns
string

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

References $target_cmd.

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

◆ getTitle()

arIndexTableAction::getTitle ( )
Returns
string

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

References $title.

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

◆ setAccess()

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

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

References $access.

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

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

References $id.

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

◆ setTargetClass()

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

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

References $target_class.

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

◆ setTargetCmd()

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

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

References $target_cmd.

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

◆ setTitle()

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

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

References $title.

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

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: