PHP Class TTools\User

Inheritance: implements ArrayAccess
Exibir arquivo Open project: ttools/ttools

Protected Properties

Property Type Description
$credentials

Public Methods

Method 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 method

public __construct ( array $credentials )
$credentials array

__get() public method

public __get ( $key )

get() public method

public get ( $key )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

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

offsetUnset() public method

public offsetUnset ( $offset )

Property Details

$credentials protected_oe property

protected $credentials