Sets the asset library for this layout definition.
string|null $library: The asset library.
$this
public function setLibrary($library) { $this->library = $library; return $this; }