예제 #1
0
 /**
  * Executes file with a certain extension using call_user_func_array
  *
  * @param	 string	$name	 Name of the file to load
  * @param	 string	$text	 Text to show if the function doesn't exist
  * @return	array	 the return of the called function
  */
 public function icmsExecuteExtension($name, $text)
 {
     icms_core_Debug::setDeprecated('icms_core_DataFilter::executeExtension', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_core_DataFilter::executeExtension($name, $text);
 }