Pipe\Manifest::save PHP Method

save() public method

public save ( )
    function save()
    {
        return file_put_contents($this->manifest, $this->toJSON());
    }