Namespaces | Variables

goto.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 

admin objects frameset


Variables

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

Variable Documentation

$target_arr = explode("_", $_GET["target"])
$target_id = $target_arr[1]
$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.