X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FInfo.php;h=7ee506fe4a161bcffd79d2073a1185a21abe98a3;hb=266a559f66f8242321969f8181b9c0f8c1ef5799;hp=d24104ccf1662ec317776e6810707e08e847797e;hpb=4de9f9328a1b4a7daf9802bdb6a6d9989b554fe8;p=civicrm-core.git diff --git a/CRM/Case/Info.php b/CRM/Case/Info.php index d24104ccf1..7ee506fe4a 100644 --- a/CRM/Case/Info.php +++ b/CRM/Case/Info.php @@ -38,11 +38,13 @@ class CRM_Case_Info extends CRM_Core_Component_Info { - // docs inherited from interface + /** + * @inheritDoc + */ protected $keyword = 'case'; - // docs inherited from interface /** + * @inheritDoc * @return array */ public function getInfo() { @@ -56,7 +58,7 @@ class CRM_Case_Info extends CRM_Core_Component_Info { } /** - * {@inheritDoc} + * @inheritDoc */ public function getAngularModules() { $result = array(); @@ -74,8 +76,8 @@ class CRM_Case_Info extends CRM_Core_Component_Info { return $result; } - // docs inherited from interface /** + * @inheritDoc * @return array * @throws CRM_Core_Exception */ @@ -88,8 +90,8 @@ class CRM_Case_Info extends CRM_Core_Component_Info { return $entities; } - // docs inherited from interface /** + * @inheritDoc * @param bool $getAllUnconditionally * * @return array @@ -105,7 +107,7 @@ class CRM_Case_Info extends CRM_Core_Component_Info { } /** - * {@inheritdoc} + * @inheritDoc */ public function getReferenceCounts($dao) { $result = array(); @@ -139,16 +141,16 @@ class CRM_Case_Info extends CRM_Core_Component_Info { return $result; } - // docs inherited from interface /** + * @inheritDoc * @return array */ public function getUserDashboardElement() { return array(); } - // docs inherited from interface /** + * @inheritDoc * @return array */ public function registerTab() { @@ -159,8 +161,8 @@ class CRM_Case_Info extends CRM_Core_Component_Info { ); } - // docs inherited from interface /** + * @inheritDoc * @return array */ public function registerAdvancedSearchPane() { @@ -170,16 +172,16 @@ class CRM_Case_Info extends CRM_Core_Component_Info { ); } - // docs inherited from interface /** + * @inheritDoc * @return null */ public function getActivityTypes() { return NULL; } - // add shortcut to Create New /** + * add shortcut to Create New * @param $shortCuts */ public function creatNewShortcut(&$shortCuts) { @@ -197,7 +199,7 @@ class CRM_Case_Info extends CRM_Core_Component_Info { 'query' => "reset=1&action=add&atype=$atype&context=standalone", 'ref' => 'new-case', 'title' => ts('Case'), - ) + ), )); } }