Sets the regions for this layout definition.
array[] $regions: An array of regions, see ::getRegions() for the format.
$this
public function setRegions(array $regions) { $this->regions = $regions; return $this; }