Namespaces | Variables

goto.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 

Class ilObjQuestionPool.


Variables

 if (isset($_GET["client_id"]))
 $target_arr = explode("_", $_GET["target"])
 $target_type = $target_arr[0]
 $target_id = $target_arr[1]
 $target_ref_id = $target_arr[2]

Variable Documentation

$target_arr = explode("_", $_GET["target"])
$target_id = $target_arr[1]
$target_ref_id = $target_arr[2]

Definition at line 52 of file goto.php.

$target_type = $target_arr[0]

Definition at line 50 of file goto.php.

Referenced by ilContObjParser::processPagesToParse(), and ilPCParagraph::xml2output().

if(isset($_GET["client_id"]))

Definition at line 41 of file goto.php.