Services\InternalService::update PHP Method

update() public method

Update a resource by ID.
public update ( scalar $id, Resource $resource )
$id scalar
$resource Resource
    public function update($id, Resource $resource)
    {
        throw new ProcessingNotSupported('Update operation not supported');
    }