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
 public function viewAction()
 {
     $this->restrictAccess('IMAGES');
     $this->response->page('ui/images/view.js', ['platforms' => Image::getPlatforms($this->user->getAccountId() ?: null, $this->getEnvironmentId(true))]);
 }