Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->_type = self::CONNECTOR_SIPSIP;
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->_type = self::CONNECTOR_SIPMS;
     $this->_initDefaultOptions();
 }