You are here

class XMLReaderAsset in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\InstantiatorTestAsset
View source
class XMLReaderAsset extends XMLReader {

  /**
   * Constructor - should not be called
   *
   * @throws BadMethodCallException
   */
  public function __construct() {
    throw new BadMethodCallException('Not supposed to be called!');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
XMLReaderAsset::__construct public function Constructor - should not be called