Interface StringHelperInterface
Interface StringHelper
Direct known implementers
Package: Extensions\Helpers
Category: System
Located at Extensions/Helpers/StringHelper/Interfaces/StringHelperInterface.inc.php
Category: System
Located at Extensions/Helpers/StringHelper/Interfaces/StringHelperInterface.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.