Changes between Initial Version and Version 1 of Ticket #21309, comment 10

Timestamp:
07/25/12 19:00:13 (10 months ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21309, comment 10

    initial v1  
    1 Discussed with scribu in IRC and the advantage of the data blob is that we get __get() for all "properties". There we can check the filter property as we do in WP_User and run sanitizers without having to write individual get method for everything. 
     1Discussed with scribu in IRC and the advantage of the data blob is that we get !__get() for all "properties". There we can check the filter property as we do in WP_User and run sanitizers without having to write individual get method for everything.