Silla.IO API
  • Namespace
  • Class
  • Tree
  • Todo
  • Download

Namespaces

  • App
    • Controllers
  • CMS
    • Controllers
    • Helpers
    • Models
  • Configurations
    • CI
    • Development
    • Production
    • Staging
  • Core
    • Base
    • CLI
      • Cache
      • DB
    • Helpers
    • Modules
      • Cache
        • Adapters
        • Interfaces
      • Crypt
      • DB
        • Adapters
        • Decorators
          • Interfaces
        • Features
          • Paginator
        • Interfaces
      • Registry
      • Render
        • Adapters
        • Interfaces
      • Router
      • Session
        • Adapters
        • Interfaces
  • None
  • Tasks
    • DB

Interfaces

  • Adapter

Interface Adapter

Session Adapter definition.

Direct known implementers

Core\Modules\Session\Adapters\DB, Core\Modules\Session\Adapters\Standard

Namespace: Core\Modules\Session\Interfaces
Located at modules/session/interfaces/adapter.php

Methods summary

public boolean
# destroy( )

Session destroy method.

Session destroy method.

Returns

boolean
public string
# getKey( )

Generator of session key method.

Generator of session key method.

Returns

string
public
# regenerateKey( )

Regeneration of session keys method.

Regeneration of session keys method.

public
# set( string $name, mixed $value )

Setter method.

Setter method.

Parameters

$name
Variable name.
$value
Variable value.
public mixed
# get( string $name )

Getter method.

Getter method.

Parameters

$name
Variable name.

Returns

mixed
public boolean
# remove( string $name )

Unset method.

Unset method.

Parameters

$name
Variable name.

Returns

boolean
Silla.IO API API documentation generated by ApiGen