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

loadBinaryFile() public method

Loads the binary file with $id.
public loadBinaryFile ( $binaryFileId ) : BinaryFile
return eZ\Publish\Core\IO\Values\BinaryFile
    public function loadBinaryFile($binaryFileId)
    {
        throw new \Exception('@todo: Implement.');
    }