name = $name; $this->by_ref = $by_ref; $this->type = $type; $this->is_optional = $is_optional; $this->is_nullable = $is_nullable; } }