Point::__toString PHP 메소드

__toString() 공개 메소드

public __toString ( )
    public function __toString()
    {
        return $this->guid;
    }

Usage Example

예제 #1
0
 public function __toString()
 {
     return parent::__toString() . $this->color;
 }
All Usage Examples Of Point::__toString