Example #1
0
 /**
  * Calls doGet function from the static operations helper file
  * @param $url
  * @param $header
  * @return mixed
  */
 public function doGet($url, $header)
 {
     return BoxFolderOperations::doGet($url, $header);
 }