API16:JObservable
出典: Joomla! ドキュメンテーション
目次 |
Defined in
libraries/joomla/base/observable.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| getState | Get the state of the JObservable object |
| notify | Update each attached observer object and return an array of their return values |
| attach | Attach an observer object |
| detach | Detach an observer object |
Importing
jimport( 'joomla.base.observable' );
Examples
<CodeExamplesForm />
自動更新 2012/05/24 12:33:46
