Skip to content

Commit

Permalink
Added hyperlink to RepresentableInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 12, 2013
1 parent d6d8ef8 commit db797cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ Strings are represented enclosed in double quotes up to a default maximum length

Objects are represented as a class name and SPL object hash enclosed in angle brackets. If the object has a __toString method the result of this is shown after the class name according to the rules of string representations specified above.

If an object implements the RepresentableInterface interface, the result of its stringRepresentation() method is used instead.
If an object implements [RepresentableInterface](/IcecaveStudios/repr/blob/master/lib/Icecave/Repr/RepresentableInterface.php), the result of its stringRepresentation() method is used instead.

### Resources

Expand Down

0 comments on commit db797cc

Please sign in to comment.