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
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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