Vertaling van "JPlugin" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
La clase JPlugin proporciona los medios para registrar el código de un plugin personalizado con eventos del núcleo o personalizados.
The JPlugin class provides the means to register custom plugin code with core or custom events.
La forma de escribir plugins, orientada a objetos, implica la escritura de una subclase de JPlugin, una clase base que implementa las propiedades básicas de los plugins.
The object-oriented way of writing plugins involves writing a subclass of JPlugin, a base class that implements the basic properties of plugins.
Consejo Para usar $this->db y $this->app, JPlugin comprueba si la propiedad existe y no es privada.
Tip To use $this->db and $this->app, JPlugin tests if the property exists and is not private.
Ahora que hemos creado nuestra clase JPlugin, todo lo que debemos hacer es crear nuestro archivo XML de instalación que le dirá al instalador de Joomla!
Now that we have created our JPlugin class, all we have to do is create our XML install file that will tell the Joomla!
Con el fin de crear este mecanismo debe tener un plugin que reemplace la función JPlugin::onAfterInitialise().
In order to create this mechanism you must have a plugin that overrides the JPlugin::onAfterInitialise() function.