__construct() публичный Метод

public __construct ( $label, $type, $options = null, $htmlOptions = null )
 /**
  * Constructor
  * @param $targetSelector string Selector for target to receive event.
  */
 function __construct($targetSelector, $url, $title)
 {
     parent::__construct($targetSelector, 'addTab', array('url' => $url, 'title' => $title));
 }