Nette\Reflection\Parameter::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return '$' . parent::getName() . ' in ' . $this->getDeclaringFunction();
    }