Sets the base path for this layout definition.
string $path: The base path.
$this
public function setPath($path) { $this->path = $path; return $this; }