lithium\tests\mocks\util\MockStringObject::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return $this->message;
    }
MockStringObject