Definition at line 23 of file DeprecationWrapper.php.
 
◆ __construct()
Create the wrapper. 
- Parameters
- 
  
    | mixed | $object | The object or string to wrap |  | string | $message | The deprecation message to display when used |  | float | $version | The Elgg version this was deprecated |  | callable | $reporter | function called to report deprecation |  
 
Definition at line 47 of file DeprecationWrapper.php.
 
 
◆ __call()
      
        
          | Elgg_DeprecationWrapper::__call | ( |  | $name, | 
        
          |  |  |  | $arguments | 
        
          |  | ) |  |  | 
      
 
Call a method on the object. 
- Parameters
- 
  
    | string | $name | Method name |  | array | $arguments | Method arguments |  
 
- Returns
- mixed 
Definition at line 88 of file DeprecationWrapper.php.
 
 
◆ __get()
      
        
          | Elgg_DeprecationWrapper::__get | ( |  | $name | ) |  | 
      
 
 
◆ __set()
      
        
          | Elgg_DeprecationWrapper::__set | ( |  | $name, | 
        
          |  |  |  | $value | 
        
          |  | ) |  |  | 
      
 
Set a property on the object. 
- Parameters
- 
  
    | string | $name | Property name |  | mixed | $value | Property value |  
 
- Returns
- void 
Definition at line 76 of file DeprecationWrapper.php.
 
 
◆ __toString()
      
        
          | Elgg_DeprecationWrapper::__toString | ( |  | ) |  | 
      
 
 
◆ displayWarning()
  
  | 
        
          | Elgg_DeprecationWrapper::displayWarning | ( |  | ) |  |  | protected | 
 
 
◆ offsetExists()
      
        
          | Elgg_DeprecationWrapper::offsetExists | ( |  | $offset | ) |  | 
      
 
Array access interface. 
- See also
- ArrayAccess::offsetExists()
- Parameters
- 
  
  
- Returns
- bool 
Definition at line 189 of file DeprecationWrapper.php.
 
 
◆ offsetGet()
      
        
          | Elgg_DeprecationWrapper::offsetGet | ( |  | $key | ) |  | 
      
 
Array access interface. 
- See also
- ArrayAccess::offsetGet()
- Parameters
- 
  
  
- Returns
- mixed 
Definition at line 153 of file DeprecationWrapper.php.
 
 
◆ offsetSet()
      
        
          | Elgg_DeprecationWrapper::offsetSet | ( |  | $key, | 
        
          |  |  |  | $value | 
        
          |  | ) |  |  | 
      
 
Array access interface. 
- See also
- ArrayAccess::offsetSet()
- Parameters
- 
  
    | mixed | $key | Name |  | mixed | $value | Value |  
 
- Returns
- void 
Definition at line 130 of file DeprecationWrapper.php.
 
 
◆ offsetUnset()
      
        
          | Elgg_DeprecationWrapper::offsetUnset | ( |  | $key | ) |  | 
      
 
Array access interface. 
- See also
- ArrayAccess::offsetUnset()
- Parameters
- 
  
  
- Returns
- void 
Definition at line 171 of file DeprecationWrapper.php.
 
 
◆ $message
  
  | 
        
          | Elgg_DeprecationWrapper::$message |  | protected | 
 
 
◆ $object
  
  | 
        
          | Elgg_DeprecationWrapper::$object |  | protected | 
 
 
◆ $reporter
  
  | 
        
          | Elgg_DeprecationWrapper::$reporter |  | protected | 
 
 
◆ $string
  
  | 
        
          | Elgg_DeprecationWrapper::$string |  | protected | 
 
 
◆ $version
  
  | 
        
          | Elgg_DeprecationWrapper::$version |  | protected | 
 
 
The documentation for this class was generated from the following file: