Stringish

Stringish is a type that matches strings as well as string-convertible objects: that is, objects that provide the __toString method

Interface Synopsis

interface Stringish implements XHPChild {...}