ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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

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.

{
$this->id = $id;
$this->title = $title;
$this->target_class = $target_class;
$this->target_cmd = $target_cmd;
$this->access = $access;
}

Member Function Documentation

arIndexTableAction::getAccess ( )
Returns
string

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

References $access.

{
return $this->access;
}
arIndexTableAction::getActions ( )
Returns

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

{
return $this->actions;
}
arIndexTableAction::getId ( )
Returns
int

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

References $id.

Referenced by arIndexTableActions\addAction().

{
return $this->id;
}

+ Here is the caller graph for this function:

arIndexTableAction::getTargetClass ( )
Returns
string

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

References $target_class.

{
}
arIndexTableAction::getTargetCmd ( )
Returns
string

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

References $target_cmd.

{
}
arIndexTableAction::getTitle ( )
Returns
string

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

References $title.

{
return $this->title;
}
arIndexTableAction::setAccess (   $access)
Parameters
string$access

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

References $access.

{
$this->access = $access;
}
arIndexTableAction::setActions (   $actions)
Parameters
\stdClass$actions

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

{
$this->actions = $actions;
}
arIndexTableAction::setId (   $id)
Parameters
int$id

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

References $id.

{
$this->id = $id;
}
arIndexTableAction::setTargetClass (   $target_class)
Parameters
string$target_class

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

References $target_class.

{
$this->target_class = $target_class;
}
arIndexTableAction::setTargetCmd (   $target_cmd)
Parameters
string$target_cmd

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

References $target_cmd.

{
$this->target_cmd = $target_cmd;
}
arIndexTableAction::setTitle (   $title)
Parameters
string$title

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

References $title.

{
$this->title = $title;
}

Field Documentation

arIndexTableAction::$access = ""
protected

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

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

arIndexTableAction::$id = 0
protected

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

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

arIndexTableAction::$target_class = ""
protected

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

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

arIndexTableAction::$target_cmd = ""
protected

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

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

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: