Example #1
0
 /**
  * Constructor
  */
 function __construct($fallback = null)
 {
     $this->fallback = $fallback;
     parent::__construct($this, null, null, $this->data);
 }