PHP Class Robbo\Presenter\Decorator

Mostrar archivo Open project: robclancy/presenter Class Usage Examples

Public Methods

Method Description
decorate ( $value ) * If this variable implements Robbo\Presenter\PresentableInterface then turn it into a presenter.

Method Details

decorate() public method

* If this variable implements Robbo\Presenter\PresentableInterface then turn it into a presenter.
public decorate ( $value )
$value