getPlatforms() 공개 정적인 메소드

Get array of image's platforms
public static getPlatforms ( integer $accountId, integer $envId ) : array
$accountId integer
$envId integer
리턴 array Array of platform's names
예제 #1
0
파일: Images.php 프로젝트: mheydt/scalr
 public function viewAction()
 {
     $this->restrictAccess('IMAGES');
     $this->response->page('ui/images/view.js', ['platforms' => Image::getPlatforms($this->user->getAccountId() ?: null, $this->getEnvironmentId(true))]);
 }