public function ArrayObjectAsset::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/ArrayObjectAsset.php \DoctrineTest\InstantiatorTestAsset\ArrayObjectAsset::__construct()
Constructor - should not be called
Throws
BadMethodCallException
File
- vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTestAsset/ ArrayObjectAsset.php, line 37
Class
- ArrayObjectAsset
- Test asset that extends an internal PHP class
Namespace
DoctrineTest\InstantiatorTestAssetCode
public function __construct() {
throw new BadMethodCallException('Not supposed to be called!');
}