class XMLReaderAsset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/XMLReaderAsset.php \DoctrineTest\InstantiatorTestAsset\XMLReaderAsset
Test asset that extends an internal PHP class
@author Dave Marshall <dave@atst.io>
Hierarchy
- class \DoctrineTest\InstantiatorTestAsset\XMLReaderAsset extends \XMLReader
Expanded class hierarchy of XMLReaderAsset
File
- vendor/
doctrine/ instantiator/ tests/ DoctrineTest/ InstantiatorTestAsset/ XMLReaderAsset.php, line 30
Namespace
DoctrineTest\InstantiatorTestAssetView source
class XMLReaderAsset extends XMLReader {
/**
* Constructor - should not be called
*
* @throws BadMethodCallException
*/
public function __construct() {
throw new BadMethodCallException('Not supposed to be called!');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
XMLReaderAsset:: |
public | function | Constructor - should not be called |