X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FState.php;h=48d67bbb9c9a5f342fc443f1a90d432fcdc2a783;hb=7e5524d42ce21bb4cd64cec30ad63b68d882c108;hp=5f65d674b8d477c9ac0d4b1a769ce6549d0c4d01;hpb=06b69b1899b6304f7832f6d4d2f5af4a0acfde8c;p=civicrm-core.git diff --git a/CRM/Core/State.php b/CRM/Core/State.php index 5f65d674b8..48d67bbb9c 100644 --- a/CRM/Core/State.php +++ b/CRM/Core/State.php @@ -79,14 +79,20 @@ class CRM_Core_State { /** * constructor * - * @param string the internal name of the state - * @param int the state type - * @param object the state that precedes this state - * @param object the state that follows this state - * @param object the statemachine that this states belongs to + * @param $name + * @param $type + * @param $back + * @param $next + * @param $stateMachine * - * @return object - * @access public + * @internal param \the $string internal name of the state + * @internal param \the $int state type + * @internal param \the $object state that precedes this state + * @internal param \the $object state that follows this state + * @internal param \the $object statemachine that this states belongs to + * + * @return \CRM_Core_State + @access public */ function __construct($name, $type, $back, $next, &$stateMachine) { $this->_name = $name;