| Fully Qualified Name: | Laminas\Math\BigInteger\BigInteger |
| Name | Description | Defined By |
|---|---|---|
| __callStatic() | Call adapter methods statically | BigInteger |
| factory() | Create a BigInteger adapter instance | BigInteger |
| getAvailableAdapter() | Determine and return available adapter | BigInteger |
| getDefaultAdapter() | Get default BigInteger adapter | BigInteger |
| setDefaultAdapter() | Set default BigInteger adapter | BigInteger |
Call adapter methods statically
| Parameter Name | Type | Description |
|---|---|---|
| $method | string | |
| $args | mixed |
Returns: mixed
Create a BigInteger adapter instance
| Parameter Name | Type | Description |
|---|---|---|
| $adapterName | string|null |
Returns: \Adapter\AdapterInterface
Determine and return available adapter
Returns: \Adapter\AdapterInterface
Get default BigInteger adapter
Returns: null|\Adapter\AdapterInterface
Set default BigInteger adapter
| Parameter Name | Type | Description |
|---|---|---|
| $adapter | string|\Adapter\AdapterInterface |
Returns: