Thats ok, but I want to use Zend_Form_Element_* classes, don't want to
use myElement.
I want all elements have my new getFullyQualifiedName() method.

Regards,
Saša Stamenković


On Wed, Nov 25, 2009 at 9:37 AM, Jigal sanders <[email protected]>wrote:

> I suppose something like:
>
> Class myElement extends Zend_Form_Element{
> protected function getFullyQualifiedName(){
>    // your code here
>
>
> }
>
> }
>
> On Wed, Nov 25, 2009 at 9:34 AM, Саша Стаменковић <[email protected]>wrote:
>
>> How? :)
>>
>> Regards,
>> Saša Stamenković
>>
>>
>>
>> On Wed, Nov 25, 2009 at 9:26 AM, Jigal sanders <[email protected]>wrote:
>>
>>> I suppose so
>>>
>>>
>>> On Wed, Nov 25, 2009 at 9:18 AM, umpirsky <[email protected]> wrote:
>>>
>>>>
>>>> Hi.
>>>>
>>>> Is there a way to override Zend_Form_Element methods?
>>>>
>>>> I have extended Zend_Form and subform, now I want to override
>>>> Zend_Form_Element::getFullyQualifiedName(). Is there a way to do it
>>>> without
>>>> need to extend all Zend_Form_Element_* classes?
>>>>
>>>> Regards,
>>>> Saša Stamenković.
>>>> --
>>>> View this message in context:
>>>> http://n4.nabble.com/Overriding-Zend-Form-Element-methods-tp787370p787370.html
>>>> Sent from the Zend Framework mailing list archive at Nabble.com.
>>>>
>>>
>>>
>>>
>>> --
>>> Met vriendelijke groet,
>>>
>>> Jigal Sanders
>>> A.J. Ernststraat 739
>>> 1082 LK Amsterdam
>>> Mobiel: 06-42111489
>>>
>>
>>
>
>
> --
> Met vriendelijke groet,
>
> Jigal Sanders
> A.J. Ernststraat 739
> 1082 LK Amsterdam
> Mobiel: 06-42111489
>

Reply via email to