Fenos\Notifynder\Groups\GroupManager::isStringWithDots PHP Method

isStringWithDots() protected method

Check if a string with dots.
protected isStringWithDots ( $name ) : boolean
$name
return boolean
    protected function isStringWithDots($name)
    {
        return strpos($name, '.');
    }