public function ObjectStateTokenFixtureB::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
spec\Prophecy\Argument\TokenCode
public function __construct($value) {
$this->value = $value;
}