class PriceForm !!!1329669.php!!! __construct(inout orm : ORM, inout context : ApplicationContext) parent::__construct($orm, $context); $this->setAction($context->getCurrentAction()->getStringCommand()); $nameText = new TextComponent('Descripción', 'desc', 'description'); $nameText->setSize(30); $this->addComponent($nameText) ->addComponent(new ButtonComponent('Aceptar', 'submit')) ->setClass("Price") ->setTitle("Precio") ->setMethod("post"); return $this;