Exemple #1
0
 /**
  * A method to retrieve the M2M ticket for an account
  *
  * @param int $accountId
  * @return mixed The ticket, or false if there is no ticket stored
  */
 function getM2MTicket($accountId)
 {
     return OA_Dal_Central_M2M::_getM2MParameter($accountId, 'm2m_ticket');
 }