Beispiel #1
0
 function __construct($settings = array())
 {
     $message = "Medium helper has been renamed to media helper. Please update ";
     $message .= "your `helpers` properties.";
     trigger_error($message, E_USER_NOTICE);
     parent::__construct($settings);
 }