__construct() public method

public __construct ( )
コード例 #1
0
 /**
  * Constructor
  *
  * @param    string     $platform   optional  the name of the platform
  */
 public function __construct($platform = null)
 {
     parent::__construct();
     $this->platform = $platform;
 }
コード例 #2
0
ファイル: AzurePlatformModule.php プロジェクト: scalr/scalr
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->platform = SERVER_PLATFORMS::AZURE;
 }