Add more documentation for the file entity.

This commit is contained in:
Dave Smith-Hayes 2024-11-14 02:13:12 +00:00
parent b9ecb3d3ba
commit 4d60c1849c

View File

@ -11,6 +11,10 @@ class File
{
use EntityTrait;
/**
* We should also be able to buffer the raw binary data of the buffer to
* the class. Fuck it, we ball.
*/
private string $buffer = "";
public function __construct(