Interface Yiisoft\Yii\DataView\ValuePresenter\ValuePresenterInterface
| Implemented by | Yiisoft\Yii\DataView\ValuePresenter\SimpleValuePresenter |
|---|
A value presenter is responsible for presenting a given value as a string.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| present() | Formats the given value into a string. | Yiisoft\Yii\DataView\ValuePresenter\ValuePresenterInterface |
Signup or Login in order to comment.