[php:Connector] add a public method setHeader($value)

rel. #3106
This commit is contained in:
nao-pon
2020-02-10 14:32:03 +09:00
parent 7259f0822f
commit 5ec24a062a
+10
View File
@@ -171,6 +171,16 @@ class elFinderConnector
}
}
/**
* Sets the header.
*
* @param array|string $value HTTP header(s)
*/
public function setHeader($value)
{
$this->header = $value;
}
/**
* Output json
*