PHP Interface Prado\Web\UI\IBindable

This interface must be implemented by classes that are capable of performing databinding.
Since: 3.0
Author: Qiang Xue ([email protected])
Exibir arquivo Open project: pradosoft/prado

Public Methods

Method Description
dataBind ( ) Performs databinding.

Method Details

dataBind() public method

Performs databinding.
public dataBind ( )