Start of journey to actually give real names to factor graph variables using more PHP style

This commit is contained in:
Jeff Moser
2010-09-26 21:43:17 -04:00
parent f0f0ab7761
commit 5cb1919c21
6 changed files with 53 additions and 13 deletions

View File

@ -71,7 +71,7 @@ class Player implements ISupportPartialPlay, ISupportPartialUpdate
{
if ($this->_Id != null)
{
return $this->_Id;
return (string)$this->_Id;
}
return parent::__toString();