You are here

public function SerializableArrayObjectAsset::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php \DoctrineTest\InstantiatorTestAsset\SerializableArrayObjectAsset::__construct()

Constructor - should not be called

Throws

BadMethodCallException

File

vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SerializableArrayObjectAsset.php, line 38

Class

SerializableArrayObjectAsset
Serializable test asset that also extends an internal class

Namespace

DoctrineTest\InstantiatorTestAsset

Code

public function __construct() {
  throw new BadMethodCallException('Not supposed to be called!');
}