Eloquent\Phony\Invocation\InvocableInspector::isBoundClosureSupported PHP Method

isBoundClosureSupported() public method

Returns true if bound closures are supported.
public isBoundClosureSupported ( ) : boolean
return boolean True if bound closures are supported.
    public function isBoundClosureSupported()
    {
        return $this->isBoundClosureSupported;
    }