示例#1
0
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array_merge(parent::getJSONPropertiesStructure(), array('showHeader' => false, 'resultsPerPage' => 5));
     }
     return self::$_JSONPropertiesStructure;
 }