You are here

public function ObjectStateTokenFixtureB::getSelf in Zircon Profile 8

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

File

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

Class

ObjectStateTokenFixtureB

Namespace

spec\Prophecy\Argument\Token

Code

public function getSelf() {
  return $this;
}