Prado\Web\UI\ActiveControls\TCallbackResponseWriter::getBoundary PHP 메소드

getBoundary() 공개 메소드

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