Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 22, 2014
1 parent 46ff2be commit 2e5b4cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Device.php
Expand Up @@ -343,6 +343,12 @@ public function save($all = true)
$this->_dirty = array();
}

/**
* Return the major version number of the OS (or client app) as reported
* by the client.
*
* @return integer The version number.
*/
public function getMajorVersion()
{
switch (strtolower($this->clientType)) {
Expand Down

0 comments on commit 2e5b4cb

Please sign in to comment.