Packflow.Plugins Namespace |
| Class | Description | |
|---|---|---|
| PFPlugin |
Represents a plugin running on a Packflow site, customizing or extending its features.
| |
| PFPlugin_Application |
Plugin providing methods hooked to applications' main events.
| |
| PFPlugin_Field |
Plugin providing methods hooked to fields' behaviors.
| |
| PFPlugin_Goup |
Plugin providing methods hooked to groups' main events.
| |
| PFPlugin_Item |
Plugin providing methods hooked to item' main events.
| |
| PFPlugin_ItemActionsBar |
Plugin allowing the customization of all actions bars available in item forms.
| |
| PFPlugin_ItemRelation |
Plugin providing methods hooked to items relations main events.
| |
| PFPlugin_Query |
Plugin providing methods interacting with Packflow query execution.
| |
| PFPlugin_Translation |
Plugin allowing the customization of Packflow translation resources.
| |
| PFPlugin_User |
Plugin providing methods hooked to users' main events.
| |
| PFPlugin_View |
Plugin providing methods hooked to views' main behaviors.
| |
| PFPlugin_Waffle |
Plugin allowing the customization of all actions bars available in item forms.
| |
| PFPluginBundle |
Special plugin used to bundle multiple plugins under a single one.
This plugin and its sub-plugins will be shown in the administration as a single plugin, containing all settings recursively. To attach a sub-plugin, declare a (get/set) property of a PFPlugin subtype and apply the PFPluginBundled attribute on it. | |
| PFPluginBundled |
Identifies a PFPluginBundle's sub-plugin. This attribute will only be considered on (get/set) properties
of a PFPlugin subtype, inside a PFPluginBundle class.
| |
| PFPluginDescription |
Contains the description of a PFPlugin.
Can be used on a plugin class to specify its general behavior.
| |
| PFPluginFactory |
Provides the tools to get, cache, store, load and convert Packflow plugins.
| |
| PFPluginSetting |
Contains the definition of a plugin setting.
Can be used on plugins' properties to qualify an editable setting.
Note: it requires a get/set property. | |
| PFPluginSettingIdValue |
Contains a plugin setting's value, representing an id.
| |
| PFPluginSettingIdValues |
Contains a plugin setting's value, representing a set of ids.
| |
| PFSubPluginDescription |
Represents a bundle's sub plugin and contains its description.
|
| Enumeration | Description | |
|---|---|---|
| PFPluginInstancePattern |
Describes the kind of instance are expected for a given plugin.
| |
| PFPluginSettingType |
Identifies the type of a plugin's setting.
|