pocketmine\scheduler\FileWriteTask::__construct PHP Method

__construct() public method

public __construct ( $path, $contents, $flags )
    public function __construct($path, $contents, $flags = 0)
    {
        $this->path = $path;
        $this->contents = $contents;
        $this->flags = (int) $flags;
    }