PHP 인터페이스 Prado\IDataRenderer

If a control wants to be used a renderer for another data-bound control, this interface must be implemented.
부터: 3.1
저자: Qiang Xue ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getData ( ) : mixed
setData ( $value )

메소드 상세

getData() 공개 메소드

public getData ( ) : mixed
리턴 mixed the data bound to this object

setData() 공개 메소드

public setData ( $value )