Specifies the arguments for the constructor.
$this
public function setConstructorArgs(array $arguments) : self { $this->constructorArgs = $arguments; return $this; }