Request['id']); $storage = $this->getModule('storage')->getStorageById($storageid); if(!is_null($storage)) { $this->output = $storage; $this->error = StorageError::ERROR_NO_ERRORS; } else { $this->output = StorageError::MSG_ERROR_STORAGE_DOES_NOT_EXISTS; $this->error = StorageError::ERROR_STORAGE_DOES_NOT_EXISTS; } } } ?>