Fenos\Notifynder\Builder\NotifynderBuilder::hasEntity PHP Méthode

hasEntity() protected méthode

If the values passed are 2 or more, it means that you specified the entity over then the id.
protected hasEntity ( array $info ) : boolean
$info array
Résultat boolean
    protected function hasEntity(array $info)
    {
        return count($info) >= 2;
    }