/** * add an "Or" selector entry on the selector list * @return void */ public function createOr() { return $this->fileset->createOr(); }