Changeset 5380
- Timestamp:
- 10/05/07 15:46:22 (1 year ago)
- Files:
-
- branches/1.0/lib/action/sfComponent.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/action/sfComponent.class.php
r3379 r5380 209 209 * This is a proxy method equivalent to: 210 210 * 211 * <code>$this->getContext()->get Controller()</code>211 * <code>$this->getContext()->getUser()</code> 212 212 * 213 213 * @return sfUser The current sfUser implementation instance