args = func_get_args(); } /** * Get constructor args * * @return array */ public function getArgs() { return $this->args; } }