Example #1
0
 /**
  * Returns a string representation
  * @return string
  */
 public function __toString()
 {
     if ($this->reflectionSource) {
         return $this->reflectionSource->__toString();
     } else {
         return parent::__toString();
     }
 }