mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-08-18 04:23:33 +00:00
5.3 KiB
5.3 KiB
YooKassa API SDK
Interface: ListObjectInterface
Namespace: \YooKassa\Common
Summary:
Interface ListObjectInterface.
Constants
- No constants found
Methods
| Visibility | Name | Flag | Summary |
|---|---|---|---|
| public | add() | ||
| public | clear() | ||
| public | get() | ||
| public | getItems() | ||
| public | getType() | ||
| public | isEmpty() | ||
| public | merge() | ||
| public | remove() | ||
| public | setType() | ||
| public | toArray() |
Details
- File: lib/Common/ListObjectInterface.php
- Package: \YooKassa
- Parents:
- See Also:
Tags
| Tag | Version | Description |
|---|---|---|
| category | Interface | |
| author | cms@yoomoney.ru |
Methods
public getType() : string
public getType() : string
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Returns: string -
public setType() : $this
public setType(string $type) : $this
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Parameters:
| Type | Name | Description |
|---|---|---|
string |
type |
Returns: $this -
public add() : $this
public add(mixed $item) : $this
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Parameters:
| Type | Name | Description |
|---|---|---|
mixed |
item |
Returns: $this -
public merge() : $this
public merge(iterable $data) : $this
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Parameters:
| Type | Name | Description |
|---|---|---|
iterable |
data |
Returns: $this -
public remove() : $this
public remove(int $index) : $this
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Parameters:
| Type | Name | Description |
|---|---|---|
int |
index |
Returns: $this -
public clear() : $this
public clear() : $this
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Returns: $this -
public isEmpty() : bool
public isEmpty() : bool
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Returns: bool -
public getItems() : \Ds\Vector
public getItems() : \Ds\Vector
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Returns: \Ds\Vector -
public get() : \YooKassa\Common\AbstractObject
public get(int $index) : \YooKassa\Common\AbstractObject
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Parameters:
| Type | Name | Description |
|---|---|---|
int |
index |
Returns: \YooKassa\Common\AbstractObject -
public toArray() : array
public toArray() : array
Details:
- Inherited From: \YooKassa\Common\ListObjectInterface
Returns: array -
Top Namespaces
Reports
This document was automatically generated from source code comments on 2025-07-01 using phpDocumentor
© 2025 YooMoney