Sets the array of quasis that are the literal parts of the template
TemplateElement[] $quasis Quasis:
$this
public function setQuasis($quasis) { $this->assertArrayOf($quasis, "TemplateElement"); $this->quasis = $quasis; return $this; }