class CRM_Pledge_Info extends CRM_Core_Component_Info {
/**
- * {@inheritDoc}
+ * @inheritDoc
*/
protected $keyword = 'pledge';
/**
- * {@inheritDoc}
+ * @inheritDoc
* Provides permissions that are used by component.
* Needs to be implemented in component's information
* class.
}
/**
- * {@inheritDoc}
+ * @inheritDoc
* Provides information about user dashboard element
* offered by this component.
*
}
/**
- * {@inheritDoc}
+ * @inheritDoc
* Provides information about user dashboard element
* offered by this component.
*
}
/**
- * {@inheritDoc}
+ * @inheritDoc
* Provides information about advanced search pane
* offered by this component.
*
}
/**
- * {@inheritDoc}
+ * @inheritDoc
* Provides potential activity types that this
* component might want to register in activity history.
* Needs to be implemented in component's information