Set args property.
$this
public function setArguments(array $args = []) : static { $this->arguments = $args; return $this; }