@@ -53,6 +53,10 @@ |
||
| 53 | 53 | return $output; |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | + /** |
|
| 57 | + * @param string $dynamicId |
|
| 58 | + * @param string $compiledFile |
|
| 59 | + */ |
|
| 56 | 60 | public static function unescape($output, $dynamicId, $compiledFile) |
| 57 | 61 | { |
| 58 | 62 | $output = preg_replace_callback('/<dwoo:dynamic_('.$dynamicId.')>(.+?)<\/dwoo:dynamic_'.$dynamicId.'>/s', array('self', 'unescapePhp'), $output, -1, $count); |
@@ -43,7 +43,6 @@ |
||
| 43 | 43 | * Those tags must however contain only htmlentities-escaped text for everything to work properly. |
| 44 | 44 | * Inline tags are presented on a single line with their content |
| 45 | 45 | * |
| 46 | - * @param Dwoo_Core $dwoo the dwoo instance rendering this |
|
| 47 | 46 | * @param string $input the xhtml to format |
| 48 | 47 | * @return string formatted xhtml |
| 49 | 48 | */ |