You are here

public function PharInvocation::confirm in Drupal 7

File

misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocation.php, line 90

Class

PharInvocation

Namespace

TYPO3\PharStreamWrapper\Resolver

Code

public function confirm() {
  $this->confirmed = true;
}