public function FileContent::content in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/FileContent.php \org\bovigo\vfs\content\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();