Check whether document has specified content.
string $content:
bool
public function hasContent(string $content) { return $this->has('named', array( 'content', $content, )); }