AppserverIo\Appserver\Core\Api\Node\SessionHandlerNode::getType PHP 메소드

getType() 공개 메소드

Return's the session handler type.
public getType ( ) : string
리턴 string The session handler type
    public function getType()
    {
        return $this->type;
    }