ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Data\Password Class Reference

A password is used as part of credentials for authentication. More...

+ Collaboration diagram for ILIAS\Data\Password:

Public Member Functions

 __construct (string $pass)
 
 toString ()
 

Private Attributes

string $pass
 

Detailed Description

A password is used as part of credentials for authentication.

This is a quite specific kind of data - worth to be protected and not to be confused by mistake.

Author
Nils Haagen nils..nosp@m.haag.nosp@m.en@co.nosp@m.ncep.nosp@m.ts-an.nosp@m.d-tr.nosp@m.ainin.nosp@m.g.de

Definition at line 16 of file Password.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Password::__construct ( string  $pass)

Definition at line 20 of file Password.php.

References ILIAS\Data\Password\$pass.

21  {
22  $this->pass = $pass;
23  }

Member Function Documentation

◆ toString()

ILIAS\Data\Password::toString ( )

Definition at line 25 of file Password.php.

References ILIAS\Data\Password\$pass.

25  : string
26  {
27  return $this->pass;
28  }

Field Documentation

◆ $pass

string ILIAS\Data\Password::$pass
private

Definition at line 18 of file Password.php.

Referenced by ILIAS\Data\Password\__construct(), and ILIAS\Data\Password\toString().


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