Interface Yiisoft\Data\Writer\WriteableInterface
| Implemented by | Yiisoft\Data\Writer\DataWriterInterface |
|---|
Writable allows writing a set of items.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| write() | Write items specified. | Yiisoft\Data\Writer\WriteableInterface |
Method Details
Write items specified.
| public abstract void write ( iterable $items ) | ||
| $items | iterable |
Items to write. |
| throws | Yiisoft\Data\Writer\DataWriterException |
If there is an error while writing items. |
|---|---|---|
public function write(iterable $items): void;
Signup or Login in order to comment.