You are here

class ObjectStateTokenFixtureB 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

Hierarchy

Expanded class hierarchy of ObjectStateTokenFixtureB

File

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

Namespace

spec\Prophecy\Argument\Token
View source
class ObjectStateTokenFixtureB extends ObjectStateTokenFixtureA {
  public $errors;
  public $value = null;
  public function __construct($value) {
    $this->value = $value;
  }
  public function getSelf() {
    return $this;
  }

}

Members