Esempio n. 1
0
 public static function startswith($key, $default = null)
 {
     error_log('Deprecating in 0.75: ' . __FUNCTION__);
     try {
         return PluginData::startswith($key, $default);
     } catch (PluginDataException $e) {
         throw new PluginStoreException($e->getMessage());
     }
 }