Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions lib/Models/Accounting/Accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['accounts'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['accounts']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['accounts']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
23 changes: 19 additions & 4 deletions lib/Models/Accounting/Actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['actions'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['actions']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['actions']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
23 changes: 19 additions & 4 deletions lib/Models/Accounting/Allocations.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['allocations'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['allocations']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['allocations']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
23 changes: 19 additions & 4 deletions lib/Models/Accounting/Attachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['attachments'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['attachments']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['attachments']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
23 changes: 19 additions & 4 deletions lib/Models/Accounting/BankTransactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['bank_transactions'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['bank_transactions']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['bank_transactions']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
23 changes: 19 additions & 4 deletions lib/Models/Accounting/BankTransfers.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['bank_transfers'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['bank_transfers']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['bank_transfers']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
23 changes: 19 additions & 4 deletions lib/Models/Accounting/BatchPayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['batch_payments'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['batch_payments']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['batch_payments']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
23 changes: 19 additions & 4 deletions lib/Models/Accounting/BrandingThemes.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ public function getModelName()
return self::$openAPIModelName;
}







/**
* Associative array for storing property values
Expand Down Expand Up @@ -288,18 +288,33 @@ public function offsetUnset($offset)
unset($this->container['branding_themes'][$offset]);
}

/**
* Gets count.
*
* @return int
*/
#[\ReturnTypeWillChange]
public function count()
public function count()
{
return count($this->container['branding_themes']);
}

/**
* Gets iterator.
*
* @return \Traversable
*/
#[\ReturnTypeWillChange]
public function getIterator()
public function getIterator()
{
return new \ArrayIterator($this->container['branding_themes']);
}

/**
* Gets the json presentation of the object.
*
* @return mixed
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
Expand Down
Loading