setName($this->_getClassName()) ->addProperties(array( new Generator\PropertyGenerator( '_controllerAction', 'insert', Generator\AbstractMemberGenerator::FLAG_PROTECTED ) )) ->setExtendedClass($this->_getClassName(false, $this->_useNamespace ? 'Form' : null, true)); return $this->_generateContext($classGenerator); } }