> It's public:
> > +public function __toString()
>
> Which I don't think is a good thing. Make sure you don't forget to
> remove it :)
What is wrong with making __toString() public in coordinate.php? IMO this is
exactly what you want.
Raymond.
--
svn-components mailing list
svn-component
On Wed, 2007-02-07 at 16:30 +0100, Derick Rethans wrote:
> On Wed, 7 Feb 2007, Kore Nordmann wrote:
>
> > Author: Kore Nordmann
> > Date: 2007-02-07 16:13:27 +0100 (Wed, 07 Feb 2007)
> > New Revision: 4630
> >
> > Log:
> > - Added simple private __toString method for coordinates and vectors for
On Wed, 7 Feb 2007, Kore Nordmann wrote:
> Author: Kore Nordmann
> Date: 2007-02-07 16:13:27 +0100 (Wed, 07 Feb 2007)
> New Revision: 4630
>
> Log:
> - Added simple private __toString method for coordinates and vectors for
> debugging
It's public:
> +public function __toString()
Which I