SproutCMS

This is the code documentation for the SproutCMS project

class UnescapedColModifier

Extend this instead of ColModifier, if your output SHOULD NOT be escaped, i.e. it is already HTML

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2024-03-29
**/
class NewClassName extends UnescapedColModifier {
    
}
?>