Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PhpFileCleaner.php

function PhpFileCleaner::__construct

File

vendor/composer/class-map-generator/src/PhpFileCleaner.php, line 66

Class

PhpFileCleaner
@author Jordi Boggiano <j.boggiano@seld.be> @internal

Namespace

Composer\ClassMapGenerator

Code

public function __construct(string $contents, int $maxMatches) {
    $this->contents = $contents;
    $this->len = \strlen($this->contents);
    $this->maxMatches = $maxMatches;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal