Exemple #1
0
 protected static function isReservedKey($key)
 {
     return in_array($key, API::getReservedCustomVariableKeys());
 }