Elgg\DeprecationWrapperTestObj1::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return 'foo';
    }
DeprecationWrapperTestObj1