Elgg  Version 1.9
Namespaces | Functions
extender.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Functions

 detect_extender_valuetype ($value, $value_type="")
 Detect the value_type for a given value. More...
 

Function Documentation

detect_extender_valuetype (   $value,
  $value_type = "" 
)

Detect the value_type for a given value.

Currently this is very crude.

Parameters
mixed$valueThe value
string$value_typeIf specified, overrides the detection.
Returns
string

Definition at line 21 of file extender.php.