Changeset 5955
- Timestamp:
- 11/10/07 16:08:58 (1 year ago)
- Files:
-
- trunk/lib/view/sfView.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/view/sfView.class.php
r5025 r5955 137 137 138 138 /** 139 * Returns true if the current attribute holder automatically escapes attributes. 140 * 141 * @return Boolean true if the attribute holder escapes attributes, false otherwise 142 */ 143 public function isAttributeHolderEscaped() 144 { 145 return $this->attributeHolder instanceof sfEscapedViewParameterHolder; 146 } 147 148 /** 139 149 * Executes any presentation logic and set template attributes. 140 150 */