Esempio n. 1
0
 /**
  * @param string $sessionName The session key under which the user id may be found
  * @param string $tableName The user table name
  * @param int $authId The authentication id
  */
 public function __construct($sessionName = false, $tableName = false, $authId = false)
 {
     parent::__construct($sessionName, $tableName);
     $this->authId = $authId;
 }