Nette\Reflection\Parameter::__construct PHP Method

__construct() public method

public __construct ( $function, $parameter )
    public function __construct($function, $parameter)
    {
        parent::__construct($this->function = $function, $parameter);
    }