Eloquent\Phony\Mock\Builder\Method\RealMethodDefinition::isCustom PHP Méthode

isCustom() public méthode

Returns true if this method is custom.
public isCustom ( ) : boolean
Résultat boolean True if this method is custom.
    public function isCustom()
    {
        return false;
    }