class ObjectStateTokenFixtureB in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php \spec\Prophecy\Argument\Token\ObjectStateTokenFixtureB
Hierarchy
- class \spec\Prophecy\Argument\Token\ObjectStateTokenFixtureA
- class \spec\Prophecy\Argument\Token\ObjectStateTokenFixtureB
Expanded class hierarchy of ObjectStateTokenFixtureB
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Argument/ Token/ ObjectStateTokenSpec.php, line 87
Namespace
spec\Prophecy\Argument\TokenView source
class ObjectStateTokenFixtureB extends ObjectStateTokenFixtureA {
public $errors;
public $value = null;
public function __construct($value) {
$this->value = $value;
}
public function getSelf() {
return $this;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ObjectStateTokenFixtureB:: |
public | property |
Overrides ObjectStateTokenFixtureA:: |
|
ObjectStateTokenFixtureB:: |
public | property | ||
ObjectStateTokenFixtureB:: |
public | function | ||
ObjectStateTokenFixtureB:: |
public | function |