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

Show file Open project: appserver-io/appserver Interface Usage Examples

Public Methods

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

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

getName() public method

Return's the session handler name.
public getName ( ) : string
return string The session handler name

getType() public method

Return's the session handler type.
public getType ( ) : string
return string The session handler type