AppserverIo\Appserver\ServletEngine\Http\SessionWrapper::shutdownObject PHP 메소드

shutdownObject() 공개 메소드

This method must not be called manually – it is invoked by Flow's object management.
public shutdownObject ( ) : void
리턴 void
    public function shutdownObject()
    {
        throw new \Exception(__METHOD__ . ' not implemented yet');
    }