getWrappedObject() public method

public getWrappedObject ( ) : mixed
return mixed
コード例 #1
0
ファイル: ObjectBehavior.php プロジェクト: phpspec/phpspec
 /**
  * Gets the unwrapped proxied object from PhpSpec subject
  *
  * @return object
  */
 public function getWrappedObject()
 {
     return $this->object->getWrappedObject();
 }