subfolders() 공개 메소드

public subfolders ( $of_folder_path, $options = [] )
예제 #1
0
 /**
  * @expectedException \Cloudinary\Api\NotFound
  */
 function test33_folder_listing_error()
 {
     $this->api->subfolders("test_folder");
 }