PHP Class AmySession, aprilchild

Inheritance: extends AmyObject
Show file Open project: aprilchild/aprilchild Class Usage Examples

Public Properties

Property Type Description
$authInfo

Protected Properties

Property Type Description
$session_storage_path

Public Methods

Method Description
__construct ( $configuration = [] ) 1 hour before actual expiration
authorize ( )
create ( $userId = 1 )
save ( )

Private Methods

Method Description
generate_hash ( )

Method Details

__construct() public method

1 hour before actual expiration
public __construct ( $configuration = [] )

authorize() public method

public authorize ( )

create() public method

public create ( $userId = 1 )

save() public method

public save ( )

Property Details

$authInfo public property

public $authInfo

$session_storage_path protected property

protected $session_storage_path