PHP Класс AppserverIo\Appserver\Core\Api\Node\SessionHandlerNode

Автор: Johann Zelger ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\SessionHandlerNodeInterface, use trait ParamsNodeTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$factory string The session handler factory type.
$name string The session handler name.
$type string The session handler type.

Открытые методы

Метод Описание
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.

Описание методов

getFactory() публичный метод

Return's the session handler factory type.
public getFactory ( ) : string
Результат string The session handler factory type

getName() публичный метод

Return's the session handler name.
public getName ( ) : string
Результат string The session handler name

getType() публичный метод

Return's the session handler type.
public getType ( ) : string
Результат string The session handler type

Описание свойств

$factory защищенное свойство

The session handler factory type.
protected string $factory
Результат string

$name защищенное свойство

The session handler name.
protected string $name
Результат string

$type защищенное свойство

The session handler type.
protected string $type
Результат string