Changeset 3126
- Timestamp:
- 04/25/08 08:09:00 (2 months ago)
- Files:
-
- trunk/Solar/Form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Solar/Form.php
r3092 r3126 221 221 * @var Solar_Filter 222 222 * 223 * @see setFilterLocaleObj() 224 * 223 225 */ 224 226 protected $_filter; … … 411 413 } 412 414 // done! 415 } 416 417 /** 418 * 419 * Tells the internal filter what object it should use for locale 420 * translations. 421 * 422 * @param Solar_Base $obj The object to use for locale translations. 423 * 424 * @return void 425 * 426 */ 427 public function setFilterLocaleObj($obj) 428 { 429 $this->_filter->setChainLocaleObj($obj); 413 430 } 414 431
