options; } public function feedback( $string, ...$args ) { if ( empty( $string ) ) { return; } $this->messages[] = $string; } }