You are here

public function SimpleSerializableAsset::unserialize in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php \DoctrineTest\InstantiatorTestAsset\SimpleSerializableAsset::unserialize()

Should not be called

Throws

BadMethodCallException

File

vendor/doctrine/instantiator/tests/DoctrineTest/InstantiatorTestAsset/SimpleSerializableAsset.php, line 57

Class

SimpleSerializableAsset
Base serializable test asset

Namespace

DoctrineTest\InstantiatorTestAsset

Code

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