/** * Constructor */ public function __construct($context) { parent::__construct($context); }
/** * Constructor */ public function __construct($context, $join) { parent::__construct($context); $this->_join = $join; }