Vertaling van "JPlugin" in Spaans
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.
The JPlugin class provides the means to register custom plugin code with core or custom events.
La clase JPlugin proporciona los medios para registrar el código de un plugin personalizado con eventos del núcleo o personalizados.
The object-oriented way of writing plugins involves writing a subclass of JPlugin, a base class that implements the basic properties of plugins.
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.
Tip To use $this->db and $this->app, JPlugin tests if the property exists and is not private.
Consejo Para usar $this->db y $this->app, JPlugin comprueba si la propiedad existe y no es privada.
Now that we have created our JPlugin class, all we have to do is create our XML install file that will tell the Joomla!
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!
In order to create this mechanism you must have a plugin that overrides the JPlugin::onAfterInitialise() function.
Con el fin de crear este mecanismo debe tener un plugin que reemplace la función JPlugin::onAfterInitialise().