Storm\Drivers\Platforms\SQLite\FunctionMapper::ltrim PHP Méthode

ltrim() public méthode

public ltrim ( &$MappedName, array &$ArgumentExpressions )
$ArgumentExpressions array
    public function ltrim(&$MappedName, array &$ArgumentExpressions)
    {
        $MappedName = 'LTRIM';
        $this->TrimDefaultCharacters($ArgumentExpressions);
    }