This commit is contained in:
stubbfel
2013-07-10 11:34:07 +02:00
parent 5c11441ef5
commit fe6e6eaaf4
7 changed files with 163 additions and 67 deletions

View File

@@ -12,10 +12,16 @@ include_once "../../global.inc.php";
class StringManager {
/**
* A Constant vor an emptystring like ""
* A Constant for an emptystring like ""
* @var string
*/
public static $emptyString = "";
/**
* A Constant for an quotechars like "
* @var string
*/
public static $quotes = "\"";
/**
* Method check if a certain string start with a certain substring