id = 'example'; $this->label = 'Example'; parent::__construct(); } public function get_settings() { return array( 'foo' => 'bar' ); } // phpcs:enable Squiz.Commenting.FunctionComment.Missing }