Eloquent\Phony\Mock\Builder\Method\CustomMethodDefinition::isCallable PHP Метод

isCallable() публичный Метод

Returns true if this method is callable.
public isCallable ( ) : boolean
Результат boolean True if this method is callable.
    public function isCallable()
    {
        return true;
    }