You are here

public function ObjectStateTokenFixtureB::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php \spec\Prophecy\Argument\Token\ObjectStateTokenFixtureB::__construct()

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php, line 92

Class

ObjectStateTokenFixtureB

Namespace

spec\Prophecy\Argument\Token

Code

public function __construct($value) {
  $this->value = $value;
}