function SaeStorageDomains() { $storage = new SaeStorage(); $result = $storage->listDomains(); if ($result === false) { $result = array(); } return $result; }