PHP Interface AppserverIo\Appserver\Core\Api\Node\SessionHandlerNodeInterface

Afficher le fichier Open project: appserver-io/appserver Interface Usage Examples

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