Guest User

Untitled

a guest
Jul 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2. /**
  3. * @package optimization
  4. * @version $Id$
  5. */
  6. class SiteTreeOptimizationDecorator extends DataObjectDecorator {
  7.  
  8. public function extraStatics() {
  9. return array(
  10. 'indexes' => array(
  11. 'showinmenus_sort' => '(ShowInMenus,Sort)',
  12. 'urlsegment_sort' => '(URLSegment,Sort)',
  13. )
  14. );
  15. }
  16. }
Add Comment
Please, Sign In to add comment