class PharAsset in Zircon Profile 8
Same name and namespace in other branches
- 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\InstantiatorTestAssetView source
class PharAsset extends Phar {
/**
* Constructor - should not be called
*
* @throws BadMethodCallException
*/
public function __construct() {
throw new BadMethodCallException('Not supposed to be called!');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PharAsset:: |
public | function | Constructor - should not be called |