Adds a new selector part
Part\Part $part Part:
$this
public function addPart(Part\Part $part) { $this->parts[] = $part; return $this; }