Storm\Drivers\Platforms\SQLite\FunctionMapper::ltrim PHP Метод

ltrim() публичный Метод

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