Baikal\ViewComponentsBundle\Services\FormHandler\AddressbookFormHandler::__construct PHP Method

__construct() public method

public __construct ( $em, $formfactory )
    public function __construct($em, $formfactory)
    {
        $this->em = $em;
        $this->formfactory = $formfactory;
    }
AddressbookFormHandler