How to save data from a block?

Permalink
In the block controller, we can use a function save($args). From my understanding, it is called automatically when the block is edited or added. I would like to know how to save data from the block's view or block's user interface. Do I still use this save($args) function or do I have to create another one in the controller?

BlueFractals