CMS  Version 3.9
Redirect Class Reference

Inherits DataItem.

Public Member Functions

 User ()
 

Public Attributes

 $table = "redirect"
 
 $primary_key = "redirect_id"
 
 $fields
 
 $relations = array("User" => "")
 

Detailed Description

Definition at line 7 of file redirect.inc.

Member Function Documentation

◆ User()

Redirect::User ( )

Definition at line 25 of file redirect.inc.

26  {
27  $mgr = new UserManager();
28  return $mgr->getUser($this->user_id);
29  }
Provides the interface to the user model for the application.
$feedback user_id
Definition: save.inc:14

Member Data Documentation

◆ $fields

Redirect::$fields
Initial value:
= array("redirect_id" => Number,
"redirect_from" => String,
"redirect_to" => String,
"user_id" => Number,
"active" => Boolean,
"override" => Boolean,
"exemption_flag" => String,
"exempt_roles" => String,
"preserve_query_string" => Boolean,
"last_modified" => Timestamp)

Definition at line 12 of file redirect.inc.

◆ $primary_key

Redirect::$primary_key = "redirect_id"

Definition at line 10 of file redirect.inc.

◆ $relations

Redirect::$relations = array("User" => "")

Definition at line 23 of file redirect.inc.

◆ $table

Redirect::$table = "redirect"

Definition at line 9 of file redirect.inc.


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