holder = $holder; parent::__construct($size); } /** * @return Vector3 */ public function getHolder(){ return $this->holder; } }