PHP Class AppserverIo\Appserver\Core\Api\Node\SessionHandlerNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\SessionHandlerNodeInterface, use trait ParamsNodeTrait
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$factory string The session handler factory type.
$name string The session handler name.
$type string The session handler type.

Méthodes publiques

Méthode Description
getFactory ( ) : string Return's the session handler factory type.
getName ( ) : string Return's the session handler name.
getType ( ) : string Return's the session handler type.

Method Details

getFactory() public méthode

Return's the session handler factory type.
public getFactory ( ) : string
Résultat string The session handler factory type

getName() public méthode

Return's the session handler name.
public getName ( ) : string
Résultat string The session handler name

getType() public méthode

Return's the session handler type.
public getType ( ) : string
Résultat string The session handler type

Property Details

$factory protected_oe property

The session handler factory type.
protected string $factory
Résultat string

$name protected_oe property

The session handler name.
protected string $name
Résultat string

$type protected_oe property

The session handler type.
protected string $type
Résultat string