Sets the weight of the component.
int $weight: The zero-based weight of the component.
$this
public function setWeight($weight) { $this->weight = $weight; return $this; }