PHP Class TTools\User

Inheritance: implements ArrayAccess
Afficher le fichier Open project: ttools/ttools

Protected Properties

Свойство Type Description
$credentials

Méthodes publiques

Méthode Description
__construct ( array $credentials )
__get ( $key )
get ( $key )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value ) {@inheritdoc} This class is read-only.
offsetUnset ( $offset )

Method Details

__construct() public méthode

public __construct ( array $credentials )
$credentials array

__get() public méthode

public __get ( $key )

get() public méthode

public get ( $key )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

{@inheritdoc} This class is read-only.
public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

Property Details

$credentials protected_oe property

protected $credentials