class Struct in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/sebastian/comparator/tests/_files/Struct.php \SebastianBergmann\Comparator\Struct
- 8.0 vendor/phpunit/phpunit/tests/_files/Struct.php \Struct
Same name and namespace in other branches
Hierarchy
- class \Struct
Expanded class hierarchy of Struct
File
- vendor/
phpunit/ phpunit/ tests/ _files/ Struct.php, line 2
View source
class Struct {
public $var;
public function __construct($var) {
$this->var = $var;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Struct:: |
public | property | ||
Struct:: |
public | function |