eZ\Publish\Core\REST\Client\IOService::getFileContents PHP Method

getFileContents() public method

Returns the content of the binary file.
public getFileContents ( BinaryFile $binaryFile ) : string
$binaryFile eZ\Publish\Core\IO\Values\BinaryFile
return string
    public function getFileContents(BinaryFile $binaryFile)
    {
        throw new \Exception('@todo: Implement.');
    }