You are here

class PharAsset in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php \DoctrineTest\InstantiatorTestAsset\PharAsset

Test asset that extends an internal PHP class

@author Marco Pivetta <ocramius@gmail.com>

Hierarchy

  • class \DoctrineTest\InstantiatorTestAsset\PharAsset extends \Phar

Expanded class hierarchy of PharAsset

File

vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/PharAsset.php, line 30

Namespace

DoctrineTest\InstantiatorTestAsset
View source
class PharAsset extends Phar {

  /**
   * 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
PharAsset::__construct public function Constructor - should not be called