__construct() public method

public __construct ( )
 /**
  * Constructor
  *
  * @param    string     $platform   optional  the name of the platform
  */
 public function __construct($platform = null)
 {
     parent::__construct();
     $this->platform = $platform;
 }
Example #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->platform = SERVER_PLATFORMS::AZURE;
 }