示例#1
0
 /**
  *  Constructor
  */
 public function __construct($context)
 {
     parent::__construct($context);
 }
示例#2
0
 /**
  *  Constructor
  */
 public function __construct($context, $join)
 {
     parent::__construct($context);
     $this->_join = $join;
 }