class myComponent { ... $form = new \Platform\Form(); // You need to get the appropriate form. $this->registerForm($form); ... }