Example #1
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    void
  */
 function __construct($id = null)
 {
     parent::__construct($id);
     $this->form_signature = $this->getId() . ":" . md5(mt_rand() * time());
 }
Example #2
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    void
  */
 function __construct($id = null)
 {
     parent::__construct($id);
 }