Pinq\Parsing\MagicConstants::getMethod PHP Method

getMethod() public method

public getMethod ( $isWithinClosure )
    public function getMethod($isWithinClosure)
    {
        return $isWithinClosure ? $this->methodInClosure : $this->method;
    }