Development

Changeset 6459

You must first sign up to be able to contribute.

Changeset 6459

Show
Ignore:
Timestamp:
12/11/07 16:46:19 (7 months ago)
Author:
fabien
Message:

added a default contructor to the sfBrowser class

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/util/sfBrowser.class.php

    r6130 r6459  
    3232    $currentException   = null; 
    3333 
     34  public function __construct($hostname = null, $remote = null, $options = array()) 
     35  { 
     36    $this->initialize($hostname, $remote, $options); 
     37  } 
     38 
    3439  public function initialize($hostname = null, $remote = null, $options = array()) 
    3540  {