Demo::__construct PHP Method

__construct() private method

private __construct ( $path, $demoCode, $demoOutput )
    private function __construct($path, $demoCode, $demoOutput)
    {
        $this->path = $path;
        $this->demoCode = $demoCode;
        $this->demoOutput = $demoOutput;
    }

Usage Example

コード例 #1
0
ファイル: other.php プロジェクト: bayuexiong/simple-composer
 public function __construct($name)
 {
     parent::__construct($name);
 }