Fenos\Notifynder\Notifications\ExtraParams::offsetExists PHP Méthode

offsetExists() public méthode

Whether a offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean
    public function offsetExists($offset)
    {
        return $this->has($offset);
    }