You are here

public function PharInvocation::__toString in Drupal 7

Return value

string

File

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

Class

PharInvocation

Namespace

TYPO3\PharStreamWrapper\Resolver

Code

public function __toString() {
  return $this->baseName;
}