Spatie\String\Integrations\Underscore::methodReturnsAString PHP Méthode

methodReturnsAString() public méthode

Determine if the given method returns a string.
public methodReturnsAString ( $method ) : boolean
$method
Résultat boolean
    public function methodReturnsAString($method)
    {
        return $this->isSupportedMethod($method) ? $this->underscoreMethods[$method][1] : false;
    }