Eloquent\Phony\Mock\Method\WrappedMagicMethod::isUncallable PHP Method

isUncallable() public method

Returns true if uncallable.
public isUncallable ( ) : boolean
return boolean True if uncallable.
    public function isUncallable()
    {
        return $this->isUncallable;
    }