/** * Constructor * @param $targetSelector string Selector for target to receive event. */ function AddTabAction($targetSelector, $url, $title) { parent::EventAction($targetSelector, 'addTab', array('url' => $url, 'title' => $title)); }