Override an existing callback method for the View.
为视图覆写一个现有的回调方法。
Many plug-ins override this method to perform their initialization.
很多插件重载这个方法以完成它们的初始化。
You can override a method and invoke the parent implementation.
可以覆盖方法并调用父实现。
Once again, we override the click method.
再一次,我们重写了click方法。
重写apply方法。
Refactoring: Extract and override factory method.
重构:抽取和覆盖工厂方法。
Descendants of this class override the load method to add data to the items table.
此类的子类将覆盖load方法把数据添加到items表中。
Id: the reference to the class that will override the method.
id:对将覆盖此方法的类的引用。
The override for the execute method does the work of generating the page.
覆盖 execute方法是为了生成这个页面。
You can easily override these defaults with the user_columns method, which has include and exclude options.
可以容易地用user_columns方法覆盖这些默认设置,这个方法中有include和exclude选项。
We wanted to override Object.equals (Object), but we messed up the method signature.
我们需要覆盖object . equals (Object),但是却搞乱了方法签名。
method: The method that the custom painter should override.
method :定制painter应该覆盖的方法。
It is recommended that all subclasses override this method.
建议所有子类都重写此方法。
Is there a way to "override" a method with reflection?
有没有一种办法来“重写”的方法?
Since the new click method overrides Button's concrete implementation, the override keyword is required.
因为新的click方法重写了Button的具体实现,必须加上override关键字。
Subclasses may override this method to perform special dispatching of action messages.
子类可以重写这个对象发送命令消息给特定的对象。
But if your tree is static, there is no need to override this method.
但如果你的树是静态的,没有必要重写此方法。
You can override this method to provide a custom implementation to return a service object.
您可以重写此方法,以提供自定义实现来返回服务对象。
Override abstract method, but keep method abstract?
重写抽象方法,但保持方法摘要?
How to override a method or assign a parameter value of a library class?
如何重写的方法或指定的库类的参数值?
We will need to override this method in all of its subclasses.
我们需要在它所有的子类中重写这个方法。
Override this method if the type you want to convert supports properties.
如果要转换的类型支持属性,则重写此方法。
Override this method if the type you want to convert supports standard values.
如果要转换的类型支持标准值,则重写此方法。
Override this method to provide your own conversion requirements.
重写该方法以提供您自己的转换要求。
Override this method to provide your own conversion capabilities.
请覆写这个方法以提供您自己的转换功能。
Override this method to add your own localized names to categories.
覆写这个方法来将您自己的当地语系化名称加入分类。
Where do i override authentication method in yii?
我在哪里一覆盖认证方法?
You should maintain this limited scope when you override the method in your class.
当在类中重写该方法时,您应该保持这个有限的范围。
Derived classes should override this method to do any custom layout logic.
派生类应重写此方法,才能进行任何自定义布局逻辑。
If you override this method, you should always call base.
如果重写此方法,应始终调用基类。
应用推荐