SproutCMS

This is the code documentation for the SproutCMS project

class tagsTest

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-08-16
**/
class NewClassName extends tagsTest {
    
    public function dataSplitupTags () {
        // Method code goes here
    }
    
    public function testSplitupTags ($string, $expect) {
        // Method code goes here
    }
    
}
?>