Eloquent\Phony\Mock\Builder\Method\RealMethodDefinition::isCallable PHP Method

isCallable() public method

Returns true if this method is callable.
public isCallable ( ) : boolean
return boolean True if this method is callable.
    public function isCallable()
    {
        return $this->isCallable;
    }