PHP Interface Xpressengine\Storage\ContentReaderInterface

Author: XE Team (developers) ([email protected])
显示文件 Open project: xpressengine/xpressengine Interface Usage Examples

Public Methods

Method Description
read ( File $file ) : string Returns file content by the file model

Method Details

read() public method

Returns file content by the file model
public read ( File $file ) : string
$file File file instance
return string