Sets the tail flag that is true when the element is the tail element in a template
bool $tail Tail flag:
$this
public function setTail($tail) { $this->tail = (bool) $tail; return $this; }