AppserverIo\Appserver\Core\Traits\ThreadedContextTrait::getSerial PHP Method

getSerial() public method

Returns the serial of the instance.
public getSerial ( ) : string
return string The serial
    public function getSerial()
    {
        return $this->serial;
    }