Class StringHelper
Class StringHelper
- StringHelper implements StringHelperInterface, CrossCuttingObjectInterface
Package: Extensions\Helpers
Category: System
Implements: StringHelperInterface, CrossCuttingObjectInterface
Located at Extensions/Helpers/StringHelper/StringHelper.inc.php
Category: System
Implements: StringHelperInterface, CrossCuttingObjectInterface
Located at Extensions/Helpers/StringHelper/StringHelper.inc.php
Methods summary
public
convertNullValuesToStringInArray( array $array )
: array
Converts NULL values to empty string inside an array
public
correctToValidFilename( string $p_filename )
: string
Returns a cleaned filename by removing or replacing invalid characters.