Finds element by its id.
string $id element id:
NodeElement|null
public function findById(string $id) { return $this->find('named', array( 'id', $id, )); }