Skip to content

Commit

Permalink
Merge pull request #206 from Panopto/2023091800-release-code
Browse files Browse the repository at this point in the history
2023091800 release code
  • Loading branch information
zeroAps authored Sep 18, 2023
2 parents 2ff5dc0 + 65563ed commit 3b63cdb
Show file tree
Hide file tree
Showing 21 changed files with 94 additions and 44 deletions.
9 changes: 6 additions & 3 deletions lib/AuthManagement/AuthManagementWsdlClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ public function count(): int
* @uses AuthManagementWsdlClass::offsetGet()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return $this->offsetGet($this->internArrayToIterateOffset);
}
Expand Down Expand Up @@ -678,7 +679,8 @@ public function valid(): bool
* @uses AuthManagementWsdlClass::getInternArrayToIterateOffset()
* @return mixed
*/
public function key(): mixed
#[\ReturnTypeWillChange]
public function key()
{
return $this->getInternArrayToIterateOffset();
}
Expand Down Expand Up @@ -777,7 +779,8 @@ public function offsetExists($_offset): bool
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return $this->offsetExists($_offset)?$this->internArrayToIterate[$_offset]:null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setFolderWithExternalContext($_folderWithExternalContext)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setExtendedFolder($_extendedFolder)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setFolder($_folder)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setNote($_note)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ public function setExternalHierarchyInfo($_externalHierarchyInfo)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -117,7 +118,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setGuid($_guid)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setString($_string)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public function setAccessRole($_accessRole)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -118,7 +119,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setSession($_session)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setFolderAvailabilitySettings($_folderAvailabilitySettings)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setSessionAvailabilitySettings($_sessionAvailabilitySettings)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public function setSessionState($_sessionState)
* @see SessionManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -118,7 +119,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
9 changes: 6 additions & 3 deletions lib/SessionManagement/SessionManagementWsdlClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,8 @@ public function count(): int
* @uses SessionManagementWsdlClass::offsetGet()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return $this->offsetGet($this->internArrayToIterateOffset);
}
Expand Down Expand Up @@ -677,7 +678,8 @@ public function valid(): bool
* @uses SessionManagementWsdlClass::getInternArrayToIterateOffset()
* @return int
*/
public function key(): mixed
#[\ReturnTypeWillChange]
public function key()
{
return $this->getInternArrayToIterateOffset();
}
Expand Down Expand Up @@ -776,7 +778,8 @@ public function offsetExists($_offset): bool
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return $this->offsetExists($_offset)?$this->internArrayToIterate[$_offset]:null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setGroup($_group)
* @see UserManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setGuid($_guid)
* @see UserManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setString($_string)
* @see UserManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function setUser($_user)
* @see UserManagementWsdlClass::current()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return parent::current();
}
Expand Down Expand Up @@ -119,7 +120,8 @@ public function last()
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return parent::offsetGet($_offset);
}
Expand Down
6 changes: 4 additions & 2 deletions lib/UserManagement/UserManagementWsdlClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,8 @@ public function count(): int
* @uses UserManagementWsdlClass::offsetGet()
* @return mixed
*/
public function current(): mixed
#[\ReturnTypeWillChange]
public function current()
{
return $this->offsetGet($this->internArrayToIterateOffset);
}
Expand Down Expand Up @@ -771,7 +772,8 @@ public function offsetExists($_offset): bool
* @param int $_offset
* @return mixed
*/
public function offsetGet($_offset): mixed
#[\ReturnTypeWillChange]
public function offsetGet($_offset)
{
return $this->offsetExists($_offset)?$this->internArrayToIterate[$_offset]:null;
}
Expand Down
Loading

0 comments on commit 3b63cdb

Please sign in to comment.