Class YAHOO.ext.util.Config
Package: | YAHOO.ext.util |
Class: | Config |
Extends: | Object |
Defined In: | yutil.js |
Class with one useful method
This class is a singleton and cannot be created directly.
Public Properties
This class has no public properties.
Public Methods
|
apply(Object obj , Object config ) : Object |
Config |
Copies all the properties of config to obj. |
Public Events
This class has no public events.
Method Details
apply
public function apply(Object obj
, Object config
)
Copies all the properties of config to obj.
This method is defined by Config.