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
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$factory string The session handler factory type.
$name string The session handler name.
$type string The session handler type.

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

Property Details

$factory protected property

The session handler factory type.
protected string $factory
return string

$name protected property

The session handler name.
protected string $name
return string

$type protected property

The session handler type.
protected string $type
return string