function FileContent::content
returns actual content
Return value
string
1 call to FileContent::content()
- SeekableFileContent::readUntilEnd in vendor/
mikey179/ vfsstream/ src/ main/ php/ org/ bovigo/ vfs/ content/ SeekableFileContent.php - for backwards compatibility with vfsStreamFile::readUntilEnd()
2 methods override FileContent::content()
- LargeFileContent::content in vendor/
mikey179/ vfsstream/ src/ main/ php/ org/ bovigo/ vfs/ content/ LargeFileContent.php - returns actual content
- StringBasedFileContent::content in vendor/
mikey179/ vfsstream/ src/ main/ php/ org/ bovigo/ vfs/ content/ StringBasedFileContent.php - returns actual content
File
-
vendor/
mikey179/ vfsstream/ src/ main/ php/ org/ bovigo/ vfs/ content/ FileContent.php, line 23
Class
- FileContent
- Interface for actual file contents.
Namespace
org\bovigo\vfs\contentCode
public function content();