interface Updateable

Represents a resource that can be updated.

Methods

update () : void

Update the current resource with the configuration set out in the user options.

Details

update()

Update the current resource with the configuration set out in the user options.

Return value

void

Example code

$updateable->update();