Revision #35                                    has been created by  rackycz                                    on Oct 3, 2020, 4:31:43 PM with the memo:
 rackycz                                    on Oct 3, 2020, 4:31:43 PM with the memo:
                                
                                
                                    Decimal Integer formatter                                
                                                                    « previous (#34)                                                                                                    next (#36) »                                                            
                            Changes
                            
    Title
    unchanged
    Yii v2 snippet guide II
    Category
    unchanged
    Tutorials
    Yii version
    unchanged
    2.0
    Tags
    unchanged
    tutorial,beginner,yii2,snippets
    Content
    changed
    [...]
'class' => 'app\myHelpers\MyFormatter',
   ],
],
```
There is only one formatter in the whole of Yii and you can extend idt = you can add more methods and the rest of the formatter will remain so you can use all other methods as mentioned in documentation.