You are here

public function Stub::getContent in Drupal 7

Return value

string

File

misc/typo3/phar-stream-wrapper/src/Phar/Stub.php, line 53

Class

Stub
@internal Experimental implementation of Phar archive internals

Namespace

TYPO3\PharStreamWrapper\Phar

Code

public function getContent() {
  return $this->content;
}