Kimai_ArrayObject::has PHP Method

has() public method

public has ( $key ) : boolean
$key
return boolean
    public function has($key)
    {
        return $this->offsetExists($key);
    }
Kimai_ArrayObject