示例#1
0
 /**
  * Do not use, deprecated.
  *
  * @deprecated 4.0
  */
 function create_SimpleMessage()
 {
     if (!$this->depnotice_create_SimpleMessage) {
         $this->parent->notifications->add_notice(9, $this->parent->createstring_Deprecated(__FUNCTION__));
         $this->parent->notifications->display();
         $this->depnotice_create_SimpleMessage = true;
     }
 }