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
 public function __construct($name)
 {
     parent::__construct($name);
 }