App\services\Database::has PHP Méthode

has() public méthode

public has ( $key, $value, $table = null )
    public function has($key, $value, $table = null)
    {
        return $this->getNumRows($key, $value, $table) != 0 ? true : false;
    }