mClassWithButton = new HTMLFormFieldWithButton( $info ); parent::__construct( $info ); } public function getInputHTML( $value ) { return $this->mClassWithButton->getElement( parent::getInputHTML( $value ) ); } }