Prado\Web\UI\ActiveControls\TCallbackResponseWriter::getBoundary PHP Method

getBoundary() public method

public getBoundary ( ) : string
return string boundary identifier.
    public function getBoundary()
    {
        return $this->_boundary;
    }