Pinq\Parsing\MagicConstants::getFunction PHP Method

getFunction() public method

public getFunction ( $isWithinClosure )
    public function getFunction($isWithinClosure)
    {
        return $isWithinClosure ? $this->functionInClosure : $this->function;
    }