collection = $collection; $this->args = $args; } /** * @return \collection|null */ public function getCollection() { return $this->collection; } }