PHP Interface Prado\Web\UI\ITheme

This interface must be implemented by theme.
Since: 3.0
Author: Qiang Xue ([email protected])
Mostrar archivo Open project: pradosoft/prado

Public Methods

Method Description
applySkin ( $control ) Applies this theme to the specified control.

Method Details

applySkin() public method

Applies this theme to the specified control.
public applySkin ( $control )